Commit 2071d86d authored by mmenke@chromium.org's avatar mmenke@chromium.org

Disable captive portal detection prior to merging to M22.

BUG=141134

Review URL: https://chromiumcodereview.appspot.com/10830138

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150875 0039d316-1c4b-4281-b951-d872f2087c98
parent ab556ff1
......@@ -94,7 +94,8 @@ void RecordRepeatHistograms(Result result,
} // 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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment