Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4744)

Unified Diff: chrome/browser/browser_theme_pack.cc

Issue 2853024: Remove the bookmark menu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_theme_pack.cc
===================================================================
--- chrome/browser/browser_theme_pack.cc (revision 51059)
+++ chrome/browser/browser_theme_pack.cc (working copy)
@@ -23,7 +23,7 @@
// Version number of the current theme pack. We just throw out and rebuild
// theme packs that aren't int-equal to this.
-const int kThemePackVersion = 11;
+const int kThemePackVersion = 12;
// IDs that are in the DataPack won't clash with the positive integer
// int32_t. kHeaderID should always have the maximum value because we want the
@@ -131,15 +131,14 @@
{ 32, IDR_LOCATIONBG_C, NULL },
{ 33, IDR_LOCATIONBG_L, NULL },
{ 34, IDR_LOCATIONBG_R, NULL },
- { 35, IDR_MENU_BOOKMARK, NULL },
- { 36, IDR_MENU_PAGE, NULL },
- { 37, IDR_MENU_PAGE_RTL, NULL },
- { 38, IDR_MENU_CHROME, NULL },
- { 39, IDR_MENU_CHROME_RTL, NULL },
- { 40, IDR_MENU_DROPARROW, NULL },
- { 41, IDR_THROBBER, NULL },
- { 42, IDR_THROBBER_WAITING, NULL },
- { 43, IDR_THROBBER_LIGHT, NULL },
+ { 35, IDR_MENU_PAGE, NULL },
+ { 36, IDR_MENU_PAGE_RTL, NULL },
+ { 37, IDR_MENU_CHROME, NULL },
+ { 38, IDR_MENU_CHROME_RTL, NULL },
+ { 39, IDR_MENU_DROPARROW, NULL },
+ { 40, IDR_THROBBER, NULL },
+ { 41, IDR_THROBBER_WAITING, NULL },
+ { 42, IDR_THROBBER_LIGHT, NULL },
};
int GetPersistentIDByName(const std::string& key) {
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698