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

Unified Diff: chrome/common/chrome_switches.h

Issue 13035003: Added a PolicyCertVerifier that uses the trust anchors from the ONC policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 years, 9 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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ccb79be706966bdacc74439bf3b35033aebf53c5..12d03bb4fcefdd46a86d1c7bf6254ae7ee25aacf 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -413,6 +413,7 @@ extern const char kDisableAppMode[];
extern const char kDisableBootAnimation[];
extern const char kDisableChromeCaptivePortalDetector[];
extern const char kDisableDrive[];
+extern const char kDisableLocalAccounts[];
extern const char kDisableLoginAnimations[];
extern const char kDisableOobeAnimation[];
extern const char kEnableBackgroundLoader[];
@@ -423,9 +424,9 @@ extern const char kEnableDrivePrefetch[];
extern const char kEnableTouchpadThreeFingerClick[];
extern const char kEnableTouchpadThreeFingerSwipe[];
extern const char kEnableKioskMode[];
-extern const char kDisableLocalAccounts[];
extern const char kEnableRequestTabletSite[];
extern const char kEnableStaticIPConfig[];
+extern const char kEnableWebTrustCerts[];
extern const char kFirstBoot[];
extern const char kForceLoginManagerInTests[];
extern const char kHasChromeOSKeyboard[];

Powered by Google App Engine
This is Rietveld 408576698