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

Unified Diff: chrome/browser/themes/browser_theme_pack.cc

Issue 2008763002: [Extensions UI] Remove all traces of the chevron (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 7 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/themes/theme_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/browser_theme_pack.cc
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc
index daf8a176b7d55c7af41499619066bff99957c6c4..70e81a834842847ff7612a322891752d73e20f6c 100644
--- a/chrome/browser/themes/browser_theme_pack.cc
+++ b/chrome/browser/themes/browser_theme_pack.cc
@@ -49,7 +49,7 @@ namespace {
// theme packs that aren't int-equal to this. Increment this number if you
// change default theme assets or if you need themes to recreate their generated
// images (which are cached).
-const int kThemePackVersion = 41;
+const int kThemePackVersion = 42;
// IDs that are in the DataPack won't clash with the positive integer
// uint16_t. kHeaderID should always have the maximum value because we want the
@@ -165,16 +165,13 @@ PersistingImagesTable kPersistingImages[] = {
{30, IDR_STOP_D, NULL},
{31, IDR_STOP_H, NULL},
{32, IDR_STOP_P, NULL},
- {33, IDR_BROWSER_ACTIONS_OVERFLOW, NULL},
- {34, IDR_BROWSER_ACTIONS_OVERFLOW_H, NULL},
- {35, IDR_BROWSER_ACTIONS_OVERFLOW_P, NULL},
- {36, IDR_TOOLS, NULL},
- {37, IDR_TOOLS_H, NULL},
- {38, IDR_TOOLS_P, NULL},
- {39, IDR_MENU_DROPARROW, NULL},
- {40, IDR_TOOLBAR_BEZEL_HOVER, NULL},
- {41, IDR_TOOLBAR_BEZEL_PRESSED, NULL},
- {42, IDR_TOOLS_BAR, NULL},
+ {33, IDR_TOOLS, NULL},
+ {34, IDR_TOOLS_H, NULL},
+ {35, IDR_TOOLS_P, NULL},
+ {36, IDR_MENU_DROPARROW, NULL},
+ {37, IDR_TOOLBAR_BEZEL_HOVER, NULL},
+ {38, IDR_TOOLBAR_BEZEL_PRESSED, NULL},
+ {39, IDR_TOOLS_BAR, NULL},
};
const size_t kPersistingImagesLength = arraysize(kPersistingImages);
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/themes/theme_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698