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

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

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.h
diff --git a/chrome/browser/captive_portal/captive_portal_login_detector.h b/chrome/browser/captive_portal/captive_portal_login_detector.h
index 17266e750e93e3f9e326b55f5d5e879bc93064a0..ac26d87c3a846561eba64c3947e49d04d55b614c 100644
--- a/chrome/browser/captive_portal/captive_portal_login_detector.h
+++ b/chrome/browser/captive_portal/captive_portal_login_detector.h
@@ -27,7 +27,8 @@ class CaptivePortalLoginDetector {
~CaptivePortalLoginDetector();
void OnStoppedLoading();
- void OnCaptivePortalResults(Result previous_result, Result result);
+ void OnCaptivePortalResults(CaptivePortalResult previous_result,
+ CaptivePortalResult result);
bool is_login_tab() const { return is_login_tab_; }
void SetIsLoginTab();

Powered by Google App Engine
This is Rietveld 408576698