| 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 05e680bbfa851ecb1c76b69745e72bbebe7db45d..9aa6c84bc695110b116d0bd0c93e0640c93da782 100644
|
| --- a/chrome/browser/protector/base_setting_change.h
|
| +++ b/chrome/browser/protector/base_setting_change.h
|
| @@ -55,6 +55,10 @@ class BaseSettingChange {
|
| // base method.
|
| virtual bool Init(Profile* profile);
|
|
|
| + // Called instead of Init when ProtectorService is disabled. No other members
|
| + // are called in that case.
|
| + virtual void InitWhenDisabled(Profile* profile);
|
| +
|
| // Persists new setting if needed. |browser| is the Browser instance from
|
| // which the user action originates.
|
| virtual void Apply(Browser* browser);
|
|
|