Index: chrome/browser/captive_portal/captive_portal_service.cc |
=================================================================== |
--- chrome/browser/captive_portal/captive_portal_service.cc (revision 150147) |
+++ chrome/browser/captive_portal/captive_portal_service.cc (working copy) |
@@ -94,7 +94,8 @@ |
} // namespace |
-bool CaptivePortalService::is_disabled_for_testing_ = false; |
+// Disabled for M22. |
+bool CaptivePortalService::is_disabled_for_testing_ = true; |
class CaptivePortalService::RecheckBackoffEntry : public net::BackoffEntry { |
public: |