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

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

Issue 266053003: Remove page IDs from three WebContentsObserver APIs that don't need it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with Avi's change Created 6 years, 7 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 18adf057303d47d93497d1ba99beed535df83fc3..e401e17680db2ea38a7b8ca9f9cd8858a147ca69 100644
--- a/content/browser/web_contents/aura/overscroll_navigation_overlay.h
+++ b/content/browser/web_contents/aura/overscroll_navigation_overlay.h
@@ -91,8 +91,8 @@ class CONTENT_EXPORT OverscrollNavigationOverlay
virtual void OnWindowSliderDestroyed() OVERRIDE;
// Overridden from WebContentsObserver:
- virtual void DocumentOnLoadCompletedInMainFrame(int32 page_id) OVERRIDE;
- virtual void DidFirstVisuallyNonEmptyPaint(int32 page_id) OVERRIDE;
+ virtual void DocumentOnLoadCompletedInMainFrame() OVERRIDE;
+ virtual void DidFirstVisuallyNonEmptyPaint() OVERRIDE;
virtual void DidStopLoading(RenderViewHost* host) OVERRIDE;
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698