Index: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h |
diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h |
index ef938358cf01f99aaeb5496c543bbf38655f8d60..ca10d53692ebbf67c9f5d0bf5fc79e0a8b1b26d1 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h |
@@ -79,6 +79,8 @@ class GaiaScreenHandler : public BaseScreenHandler, |
// pre-loads it. |
void MaybePreloadAuthExtension(); |
+ void DisableRestrictiveProxyCheckForTest(); |
+ |
private: |
// TODO (antrim@): remove this dependency. |
friend class SigninScreenHandler; |
@@ -278,6 +280,7 @@ class GaiaScreenHandler : public BaseScreenHandler, |
NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_UNKNOWN; |
scoped_ptr<NetworkPortalDetector> network_portal_detector_; |
+ bool disable_restrictive_proxy_check_ = false; |
jdufault
2015/10/09 19:15:40
Also add the for_test_ postfix here? Up to you.
achuithb
2015/10/13 19:20:22
Done.
|
// Non-owning ptr to SigninScreenHandler instance. Should not be used |
// in dtor. |