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

Unified Diff: chrome/common/pref_names.h

Issue 7537025: Add new Content settings type AUTO-SUBMIT-CERTIFICATE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index e665c5dcef36a0f6f754fe15c657905d003a18ca..e2fdc9eab7153e7a60859c58680fb4281bfe5d65 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -492,7 +492,9 @@ extern const char kManagedDefaultPluginsSetting[];
extern const char kManagedDefaultPopupsSetting[];
extern const char kManagedDefaultGeolocationSetting[];
extern const char kManagedDefaultNotificationsSetting[];
+extern const char kManagedDefaultAutoSubmitCertificateSetting[];
+extern const char kManagedAutoSubmitCertificateForUrls[];
Mattias Nissler (ping if slow) 2011/08/16 11:21:35 It seems like it would be helpful to have the same
markusheintz_ 2011/08/16 11:38:27 Done.
extern const char kManagedCookiesAllowedForUrls[];
extern const char kManagedCookiesBlockedForUrls[];
extern const char kManagedCookiesSessionOnlyForUrls[];

Powered by Google App Engine
This is Rietveld 408576698