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

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

Issue 2628053003: Remove extension group from DOMWrapperWorld. (Closed)
Patch Set: Fix GCCallbackTest Created 3 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
Index: content/public/renderer/render_frame_observer.h
diff --git a/content/public/renderer/render_frame_observer.h b/content/public/renderer/render_frame_observer.h
index 4734a068f49ad2011d07ee6ad9b94697eb06f3c4..0c8dfed3ae0261e0e6c18203375f7ea7db847c58 100644
--- a/content/public/renderer/render_frame_observer.h
+++ b/content/public/renderer/render_frame_observer.h
@@ -67,7 +67,6 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
virtual void DidFinishLoad() {}
virtual void DidFinishDocumentLoad() {}
virtual void DidCreateScriptContext(v8::Local<v8::Context> context,
- int extension_group,
int world_id) {}
virtual void WillReleaseScriptContext(v8::Local<v8::Context> context,
int world_id) {}
« no previous file with comments | « components/translate/content/renderer/translate_helper.cc ('k') | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698