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

Unified Diff: chrome/browser/captive_portal/captive_portal_service.cc

Issue 10830138: Disable captive portal detection prior to merging to M22 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update comment Created 8 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698