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

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: 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
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..8d811f3d3b29f4afc693237d7fc13d4249874872 100644
--- a/chrome/browser/themes/browser_theme_pack.cc
+++ b/chrome/browser/themes/browser_theme_pack.cc
@@ -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);

Powered by Google App Engine
This is Rietveld 408576698