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

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 5 years, 11 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.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 0467d5a38034b1494498ebde830b931859c1f441..d42aa8577d046e6c55460404c8ab1cafdced598d 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -839,6 +839,12 @@ const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled";
// enabled.
const char kWakeOnWiFiEnabled[] = "settings.internet.wake_on_wifi";
+// This is the policy CaptivePortalAuthenticationIgnoresProxy that allows to
+// open Captive Portal authentication pages in a separate window under
bartfab (slow) 2015/01/14 11:00:07 Nit 1: s/Captive Portal/captive portal/ (for consi
Alexander Alekseev 2015/01/16 22:51:48 Done.
+// temporary incognito profile ("signin profile" is used for this purpose),
bartfab (slow) 2015/01/14 11:00:07 Do you use the signin profile directly or an incog
Alexander Alekseev 2015/01/16 22:51:48 ProfileHelper::GetSigninProfile() returns "profile
bartfab (slow) 2015/01/21 10:09:56 Defense in depth and good security practice: I am
+// which allows to bypass proxy for captive portal authentication.
bartfab (slow) 2015/01/14 11:00:07 Nit: s/proxy/the user's proxy/
Alexander Alekseev 2015/01/16 22:51:48 Done.
+const char kCaptivePortalAuthenticationIgnoresProxy[] =
+ "proxy.captive_portal_ignores_proxy";
#endif // defined(OS_CHROMEOS)
// The disabled messages in IPC logging.

Powered by Google App Engine
This is Rietveld 408576698