Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0467d5a38034b1494498ebde830b931859c1f441..c296a2cbe1750c6b8fb6422ede6fd44f9dc3806b 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2309,4 +2309,10 @@ const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions"; |
const char kRecoveryComponentNeedsElevation[] = |
"recovery_component.needs_elevation"; |
+#if defined(OS_CHROMEOS) |
+// Policy CaptivePortalAuthenticationIgnoresProxy . |
bartfab (slow)
2014/12/19 12:08:54
Nit 1: s/ ././
Nit 2: The description should brief
Alexander Alekseev
2014/12/22 22:20:11
Done.
|
+const char kCaptivePortalAuthenticationIgnoresProxy[] = |
+ "proxy.captive_portal_ignores_proxy"; |
+#endif |
+ |
} // namespace prefs |