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

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

Issue 242483003: Move CaptivePortalDetector to src/components/captive_portal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move CaptivePortalDetector to a component Created 6 years, 8 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/browser/captive_portal/captive_portal_login_detector.cc
diff --git a/chrome/browser/captive_portal/captive_portal_login_detector.cc b/chrome/browser/captive_portal/captive_portal_login_detector.cc
index f4737ca23abc9ba7d7f63c578d5bedfcecd3855c..8751314343ef8af4093e1411b32eea064db33c92 100644
--- a/chrome/browser/captive_portal/captive_portal_login_detector.cc
+++ b/chrome/browser/captive_portal/captive_portal_login_detector.cc
@@ -32,8 +32,8 @@ void CaptivePortalLoginDetector::OnStoppedLoading() {
}
void CaptivePortalLoginDetector::OnCaptivePortalResults(
- Result previous_result,
- Result result) {
+ CaptivePortalResult previous_result,
+ CaptivePortalResult result) {
if (result != RESULT_BEHIND_CAPTIVE_PORTAL)
is_login_tab_ = false;
}

Powered by Google App Engine
This is Rietveld 408576698