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

Unified Diff: chrome/browser/prefs/command_line_pref_store.h

Issue 7520023: Converted IncognitoForced boolean policy into IncognitoModeAvailability enum policy. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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
Index: chrome/browser/prefs/command_line_pref_store.h
diff --git a/chrome/browser/prefs/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h
index 5555b189a9868c19fe63e3c65685263275af5e8d..89d3da2c5f5c14801ea476f5533722febf8aeea0 100644
--- a/chrome/browser/prefs/command_line_pref_store.h
+++ b/chrome/browser/prefs/command_line_pref_store.h
@@ -49,6 +49,9 @@ class CommandLinePrefStore : public ValueMapPrefStore {
// Apply the SSL/TLS preferences from the given switches.
void ApplySSLSwitches();
+ // Apply IncognitoModeAvailability related swithches.
+ void ApplyIncognitoSwitches();
+
// Weak reference.
const CommandLine* command_line_;

Powered by Google App Engine
This is Rietveld 408576698