| 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;
|
|
|
|
|