diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-28 21:45:47 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-28 21:45:47 +0000 |
commit | c8b59f972e2c4b6fa92dab4101e9ccf0a15c20b4 (patch) | |
tree | b4ff98ae72b1563fef25782c25725a0204c2fddc /chrome/app/chrome_dll_resource.h | |
parent | f4dd4e33a3f9c38b369552efc31cfec0dc75b9e2 (diff) | |
download | chromium_src-c8b59f972e2c4b6fa92dab4101e9ccf0a15c20b4.zip chromium_src-c8b59f972e2c4b6fa92dab4101e9ccf0a15c20b4.tar.gz chromium_src-c8b59f972e2c4b6fa92dab4101e9ccf0a15c20b4.tar.bz2 |
Adds side tab layout for chromeos. As part of this I renamed the
compact location bar menu to experimental and place both items
there. The two are mutually exclusive, so toggling one untoggles the
other. Also makes the status bubble not overlap the tabstrip for side tabs.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2340001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 1ec11a4a..e1ba460 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -117,6 +117,8 @@ #define IDC_MOVE_TAB_NEXT 34032 #define IDC_MOVE_TAB_PREVIOUS 34033 #define IDC_COMPACT_NAVBAR 34034 +#define IDC_TOGGLE_VERTICAL_TABS 34035 +#define IDC_EXPERIMENTAL 34036 // Page-related commands #define IDC_BOOKMARK_PAGE 35000 |