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

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: Update after review. 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..223e01e0e7f162b99cc60b72b07deed4005b9c02 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2309,4 +2309,12 @@ const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions";
const char kRecoveryComponentNeedsElevation[] =
"recovery_component.needs_elevation";
+#if defined(OS_CHROMEOS)
Mattias Nissler (ping if slow) 2015/01/05 11:33:29 Please add this to the OS_CHROMEOS block in lines
Alexander Alekseev 2015/01/05 20:53:03 Done.
+// Policy CaptivePortalAuthenticationIgnoresProxy that allows to open Captive
+// Portal authentication page in a separate window under another profile,
+// which allows to bypass proxy for captive portal authentication.
+const char kCaptivePortalAuthenticationIgnoresProxy[] =
+ "proxy.captive_portal_ignores_proxy";
+#endif
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698