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

Unified Diff: chrome/browser/protector/base_setting_change.h

Issue 8821011: Switch Protector to the new icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unmerge changes from old CL Created 9 years 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 | « no previous file | chrome/browser/protector/default_search_provider_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/base_setting_change.h
diff --git a/chrome/browser/protector/base_setting_change.h b/chrome/browser/protector/base_setting_change.h
index f0445f1b83d1e8412c441e00de9909e89294d180..1693984968c92eb5b1da7301ef2505da6e9cb2f3 100644
--- a/chrome/browser/protector/base_setting_change.h
+++ b/chrome/browser/protector/base_setting_change.h
@@ -44,6 +44,15 @@ class BaseSettingChange {
// Called before the change is removed from the protector instance.
virtual void OnBeforeRemoved() = 0;
+ // Returns the resource ID of the badge icon.
+ virtual int GetBadgeIconID() const = 0;
+
+ // Returns the resource ID for the menu item icon.
+ virtual int GetMenuItemIconID() const = 0;
+
+ // Returns the resource ID for bubble view icon.
+ virtual int GetBubbleIconID() const = 0;
+
// Returns the wrench menu item and bubble title.
virtual string16 GetBubbleTitle() const = 0;
« no previous file with comments | « no previous file | chrome/browser/protector/default_search_provider_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698