Fix issue where opening a new tab using the ext API would not focus the omnibox.
commite275537bf27ef209554afde9adf66bd04e367cbc
authorandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 8 Oct 2010 18:15:33 +0000 (8 18:15 +0000)
committerandybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 8 Oct 2010 18:15:33 +0000 (8 18:15 +0000)
tree9b6ef5b229ec88359fa7e15f2ced97cca7907c4d
parent4470e2f515cfeca1000f15a8b52b9d27bdb10fd5
Fix issue where opening a new tab using the ext API would not focus the omnibox.

The current behavior was correct for all other pages (focusing the contents, not the omnibox) but was not for the new tab page.

BUG=40977
TEST=see bug for some example reduced test cases.

Review URL: http://codereview.chromium.org/3579013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61984 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/extensions/extension_tabs_module.cc