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

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

Issue 1008913002: Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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.cc
diff --git a/chrome/browser/captive_portal/captive_portal_tab_helper.cc b/chrome/browser/captive_portal/captive_portal_tab_helper.cc
index ec60bea87e921fb0d5aefb783fab4a28402051be..a8479f74ea1aede5e07e6782f585a3ade5fef882 100644
--- a/chrome/browser/captive_portal/captive_portal_tab_helper.cc
+++ b/chrome/browser/captive_portal/captive_portal_tab_helper.cc
@@ -146,8 +146,7 @@ void CaptivePortalTabHelper::DidFailProvisionalLoad(
pending_error_code_ = error_code;
}
-void CaptivePortalTabHelper::DidStopLoading(
- content::RenderViewHost* render_view_host) {
+void CaptivePortalTabHelper::DidStopLoading() {
DCHECK(CalledOnValidThread());
login_detector_->OnStoppedLoading();

Powered by Google App Engine
This is Rietveld 408576698