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

Unified Diff: chrome/browser/ui/tab_contents/core_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/ui/tab_contents/core_tab_helper.cc
diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.cc b/chrome/browser/ui/tab_contents/core_tab_helper.cc
index 0e52c8dc14589e30a60777fd86bccb0cfafae8d3..8a958500a3334907ada08511a28ff85b8709300e 100644
--- a/chrome/browser/ui/tab_contents/core_tab_helper.cc
+++ b/chrome/browser/ui/tab_contents/core_tab_helper.cc
@@ -180,7 +180,7 @@ bool CoreTabHelper::GetStatusTextForWebContents(
////////////////////////////////////////////////////////////////////////////////
// WebContentsObserver overrides
-void CoreTabHelper::DidStartLoading(content::RenderViewHost* render_view_host) {
+void CoreTabHelper::DidStartLoading() {
UpdateContentRestrictions(0);
}

Powered by Google App Engine
This is Rietveld 408576698