diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-30 03:47:26 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-30 03:47:26 +0000 |
commit | d8f16ae0347635889c104a48269805c01901fc05 (patch) | |
tree | 1deca02651c41be9b227acf6509d0a1f2daac5b9 /chrome/app/chrome_dll_resource.h | |
parent | d35d5c76b7d09200bab91116ac19ce2c40adcb18 (diff) | |
download | chromium_src-d8f16ae0347635889c104a48269805c01901fc05.zip chromium_src-d8f16ae0347635889c104a48269805c01901fc05.tar.gz chromium_src-d8f16ae0347635889c104a48269805c01901fc05.tar.bz2 |
Experiment with dislodging the Extension Shelf and having it only appear on the New Tab page.
BUG=http://crbug.com/20415
TEST=With the extension toolstrip visible, go to the New Tab page and press Ctrl + Alt + B. Watch the toolstrip merge into the New Tab page and back again into a separate toolstrip (when you press Ctrl + Alt + B again). Also, when you do this on a regular webpage (as opposed to NTP) this should toggle the toolstrip visiblity.
Review URL: http://codereview.chromium.org/175017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-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 bb76758..932ab01 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -175,6 +175,7 @@ #define IDC_HELP_PAGE 40019 #define IDC_SHOW_APP_MENU 40020 #define IDC_SHOW_PAGE_MENU 40021 +#define IDC_SHOW_EXTENSION_SHELF 40022 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. |