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

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

Issue 10805051: Add RenderViewHost* to DidStartLoading and DidStopLoading in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
===================================================================
--- chrome/browser/captive_portal/captive_portal_tab_helper.cc (revision 147723)
+++ chrome/browser/captive_portal/captive_portal_tab_helper.cc (working copy)
@@ -121,7 +121,8 @@
pending_error_code_ = error_code;
}
-void CaptivePortalTabHelper::DidStopLoading() {
+void CaptivePortalTabHelper::DidStopLoading(
+ content::RenderViewHost* render_view_host) {
DCHECK(CalledOnValidThread());
login_detector_->OnStoppedLoading();

Powered by Google App Engine
This is Rietveld 408576698