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

Unified Diff: chrome/browser/browser_theme_pack.cc

Issue 3198005: Disable the stop button when the user is hovering it and the page finishes lo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 56775)
+++ 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 = 14;
+const int kThemePackVersion = 15;
// 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
@@ -126,21 +126,22 @@
{ 27, IDR_RELOAD_H, NULL },
{ 28, IDR_RELOAD_P, NULL },
{ 29, IDR_STOP, NULL },
- { 30, IDR_STOP_H, NULL },
- { 31, IDR_STOP_P, NULL },
- { 32, IDR_LOCATIONBG_C, NULL },
- { 33, IDR_LOCATIONBG_L, NULL },
- { 34, IDR_LOCATIONBG_R, 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 },
+ { 30, IDR_STOP_D, NULL },
+ { 31, IDR_STOP_H, NULL },
+ { 32, IDR_STOP_P, NULL },
+ { 33, IDR_LOCATIONBG_C, NULL },
+ { 34, IDR_LOCATIONBG_L, NULL },
+ { 35, IDR_LOCATIONBG_R, NULL },
+ { 36, IDR_BROWSER_ACTIONS_OVERFLOW, NULL },
+ { 37, IDR_BROWSER_ACTIONS_OVERFLOW_H, NULL },
+ { 38, IDR_BROWSER_ACTIONS_OVERFLOW_P, NULL },
+ { 39, IDR_TOOLS, NULL },
+ { 40, IDR_TOOLS_H, NULL },
+ { 41, IDR_TOOLS_P, NULL },
+ { 42, IDR_MENU_DROPARROW, NULL },
+ { 43, IDR_THROBBER, NULL },
+ { 44, IDR_THROBBER_WAITING, NULL },
+ { 45, 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