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

Unified Diff: content/browser/web_contents/aura/overscroll_navigation_overlay.h

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: content/browser/web_contents/aura/overscroll_navigation_overlay.h
diff --git a/content/browser/web_contents/aura/overscroll_navigation_overlay.h b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
index db9871c024981ff908b20bfd9b2ed1baddcc6eaa..6e0ec07dc87342150daeac07a7ac1ddd173b5f81 100644
--- a/content/browser/web_contents/aura/overscroll_navigation_overlay.h
+++ b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
@@ -89,7 +89,7 @@ class CONTENT_EXPORT OverscrollNavigationOverlay
// Overridden from WebContentsObserver:
void DidFirstVisuallyNonEmptyPaint() override;
- void DidStopLoading(RenderViewHost* host) override;
+ void DidStopLoading() override;
// The WebContents which is being navigated.
WebContentsImpl* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698