Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index b9b0bedd3dc03ec50aef870bd41549081bf81022..6c16cd10f3ce1cfdcbdcfc54c61245743b9de2d2 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -861,6 +861,13 @@ const char kPowerPresentationIdleDelayFactor[] = |
// The URL from which the Terms of Service can be downloaded. The value is only |
// honored for public accounts. |
const char kTermsOfServiceURL[] = "terms_of_service.url"; |
+ |
+// Indicates that the Profile has made navigations that used a certificate |
pneubeck (no reviews)
2013/03/26 10:01:25
should be "CA certificate"?
Joao da Silva
2013/03/31 19:22:14
Also works for server certificates. The administra
|
+// installed by the system administrator. If that is true then the local cache |
+// of remote data is tainted (e.g. shared scripts), and future navigations |
+// show a warning indicating that the organization may track the browsing |
+// session. |
+const char kUsedPolicyCertificatesOnce[] = "used_policy_certificates_once"; |
#endif // defined(OS_CHROMEOS) |
// The disabled messages in IPC logging. |