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

Unified Diff: chrome/browser/browser_theme_pack.cc

Issue 3035034: Modified resources for M6 theme. This doesn't actually modify layout yet, ju... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/browser/autocomplete/autocomplete_edit_view_mac.mm ('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 53894)
+++ 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 = 13;
+const int kThemePackVersion = 14;
// 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,11 +131,16 @@
{ 32, IDR_LOCATIONBG_C, NULL },
{ 33, IDR_LOCATIONBG_L, NULL },
{ 34, IDR_LOCATIONBG_R, NULL },
- { 35, IDR_TOOLS, NULL },
- { 36, IDR_MENU_DROPARROW, NULL },
- { 37, IDR_THROBBER, NULL },
- { 38, IDR_THROBBER_WAITING, NULL },
- { 39, IDR_THROBBER_LIGHT, NULL },
+ { 35, IDR_BROWSER_ACTIONS_OVERFLOW, NULL },
+ { 36, IDR_BROWSER_ACTIONS_OVERFLOW_H, NULL },
+ { 37, IDR_BROWSER_ACTIONS_OVERFLOW_P, NULL },
+ { 38, IDR_TOOLS, NULL },
+ { 39, IDR_TOOLS_H, NULL },
+ { 40, IDR_TOOLS_P, NULL },
+ { 41, IDR_MENU_DROPARROW, NULL },
+ { 42, IDR_THROBBER, NULL },
+ { 43, IDR_THROBBER_WAITING, NULL },
+ { 44, IDR_THROBBER_LIGHT, NULL },
};
int GetPersistentIDByName(const std::string& key) {
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_mac.mm ('k') | chrome/browser/browser_theme_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698