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

Unified Diff: chrome/common/pref_names.cc

Issue 818433003: ChromeOS: Implement CaptivePortalAuthenticationIgnoresProxy policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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.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

Powered by Google App Engine
This is Rietveld 408576698