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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 133123008: Update WebFrameClient::didClearWindowObject signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « components/plugins/renderer/webview_plugin.cc ('k') | content/renderer/cpp_bound_class_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index 9578867cbff9c3d1a941da7c0185f008fcbe26af..26ce9dc4b379b3e143c1825bc5495df621b89b78 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -62,7 +62,7 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
const blink::WebURLError& error) {}
virtual void DidCommitProvisionalLoad(blink::WebFrame* frame,
bool is_new_navigation) {}
- virtual void DidClearWindowObject(blink::WebFrame* frame) {}
+ virtual void DidClearWindowObject(blink::WebFrame* frame, int world_id) {}
virtual void DidCreateDocumentElement(blink::WebFrame* frame) {}
virtual void FrameCreated(blink::WebFrame* parent,
blink::WebFrame* frame) {}
« no previous file with comments | « components/plugins/renderer/webview_plugin.cc ('k') | content/renderer/cpp_bound_class_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698