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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.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/frame_host/render_frame_host_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index b1a15236a59fea955f2ce8addd79f5272de6919a..fbc4613b2baa5a90db5cc68c22f9ad1984bc8149 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -89,8 +89,7 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
// The onload handler in the frame has completed. Only called for the top-
// level frame.
- virtual void DocumentOnLoadCompleted(RenderFrameHost* render_frame_host,
- int32 page_id) {}
+ virtual void DocumentOnLoadCompleted(RenderFrameHost* render_frame_host) {}
// Return this object cast to a WebContents, if it is one. If the object is
// not a WebContents, returns NULL.
« no previous file with comments | « content/browser/android/web_contents_observer_android.cc ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698