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

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

Issue 10065016: [protector] Refactoring of --no-protector code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 8 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/browser/protector/histograms.h ('k') | chrome/browser/protector/prefs_backup_invalid_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « chrome/browser/protector/histograms.h ('k') | chrome/browser/protector/prefs_backup_invalid_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698