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

Unified Diff: chrome/browser/protector/base_prefs_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 | « no previous file | chrome/browser/protector/base_prefs_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/protector/base_prefs_change.h
diff --git a/chrome/browser/protector/base_prefs_change.h b/chrome/browser/protector/base_prefs_change.h
index 2c4e93eed9a1c3ea7131f9deb4c20ace2d306a3e..47dcacb86543ef0f6a2f9d93a8b6b2c0daf8fe06 100644
--- a/chrome/browser/protector/base_prefs_change.h
+++ b/chrome/browser/protector/base_prefs_change.h
@@ -25,6 +25,7 @@ class BasePrefsChange : public BaseSettingChange,
// BaseSettingChange overrides:
virtual bool Init(Profile* profile) OVERRIDE;
+ virtual void InitWhenDisabled(Profile* profile) OVERRIDE;
protected:
// Marks |this| to be dismissed when |pref_name| is changed. Should only be
« no previous file with comments | « no previous file | chrome/browser/protector/base_prefs_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698