| Index: chrome/browser/protector/mock_setting_change.h
|
| diff --git a/chrome/browser/protector/mock_setting_change.h b/chrome/browser/protector/mock_setting_change.h
|
| index dd6662676122cd585a224205680ca81471f6c8d2..31170af49ccbfa1fee13fb06eacdc290cce91719 100644
|
| --- a/chrome/browser/protector/mock_setting_change.h
|
| +++ b/chrome/browser/protector/mock_setting_change.h
|
| @@ -20,6 +20,7 @@ class MockSettingChange : public BaseSettingChange {
|
| virtual bool Init(Profile* profile) OVERRIDE;
|
|
|
| MOCK_METHOD1(MockInit, bool(Profile* profile));
|
| + MOCK_METHOD1(InitWhenDisabled, void(Profile*));
|
| MOCK_METHOD1(Apply, void(Browser*));
|
| MOCK_METHOD1(Discard, void(Browser*));
|
| MOCK_METHOD0(Timeout, void());
|
|
|