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

Unified Diff: chrome/browser/captive_portal/captive_portal_tab_helper.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_tab_helper.h
diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.h b/chrome/browser/captive_portal/captive_portal_tab_helper.h
index c2abe570d7db84e1e01e04cae0282ee93d1cfe58..faf07bbb80c03ca8384e8693189ee47e70e0ca83 100644
--- a/chrome/browser/captive_portal/captive_portal_tab_helper.h
+++ b/chrome/browser/captive_portal/captive_portal_tab_helper.h
@@ -123,7 +123,8 @@ class CaptivePortalTabHelper
const GURL& new_url);
// Called by Observe in response to the corresponding event.
- void OnCaptivePortalResults(Result previous_result, Result result);
+ void OnCaptivePortalResults(CaptivePortalResult previous_result,
+ CaptivePortalResult result);
void OnLoadAborted();

Powered by Google App Engine
This is Rietveld 408576698