diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-01 21:08:33 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-01 21:08:33 +0000 |
commit | f97d7f638e2c076b4646a09a663b372493009594 (patch) | |
tree | ac7584d8fee9495345dc4703a71714a0552efd64 /chrome/app | |
parent | b3cbcad170eb001ef8e8be9b80a38bafc6b7597f (diff) | |
download | chromium_src-f97d7f638e2c076b4646a09a663b372493009594.zip chromium_src-f97d7f638e2c076b4646a09a663b372493009594.tar.gz chromium_src-f97d7f638e2c076b4646a09a663b372493009594.tar.bz2 |
Pressing the search button brings the NTP or close it if it is opened.
Note: this requires the WebKit https://bugs.webkit.org/show_bug.cgi?id=39752
to work.
BUG=3404
TEST=See bug.
Review URL: http://codereview.chromium.org/2260004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index e1ba460..feadb72 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -119,6 +119,7 @@ #define IDC_COMPACT_NAVBAR 34034 #define IDC_TOGGLE_VERTICAL_TABS 34035 #define IDC_EXPERIMENTAL 34036 +#define IDC_SEARCH 34037 // Page-related commands #define IDC_BOOKMARK_PAGE 35000 |