diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 17:02:00 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 17:02:00 +0000 |
commit | 20e87f9a772420ebbd140312c0c08d40954ad552 (patch) | |
tree | 91cf3881c80aec0f1933ca70d6379ce5265753b8 /chrome/app/chrome_dll_resource.h | |
parent | fbfc2ecd20639aa3c97a5579b5f854ed6792cb49 (diff) | |
download | chromium_src-20e87f9a772420ebbd140312c0c08d40954ad552.zip chromium_src-20e87f9a772420ebbd140312c0c08d40954ad552.tar.gz chromium_src-20e87f9a772420ebbd140312c0c08d40954ad552.tar.bz2 |
Removing the code that are no longer in use.
* CompactNavigationBar
this feature has been discontinued
* BrowserStatusAreaView
status area used to have a menu, but it's gone and this
class no longer needed.
* BrowserExtender
used to implement chromeos specific feature,
which has been replaced by chromeos/browser_view
BUG=49229
TEST=no functional chagne. all test should pass.
Review URL: http://codereview.chromium.org/3035004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll_resource.h')
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 80c1ec5..034fae7 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -101,10 +101,9 @@ #define IDC_EXIT 34031 #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 -#define IDC_SEARCH 34037 +#define IDC_TOGGLE_VERTICAL_TABS 34034 +#define IDC_EXPERIMENTAL 34035 +#define IDC_SEARCH 34036 // Page-related commands #define IDC_BOOKMARK_PAGE 35000 |