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

Unified Diff: chrome/renderer/extensions/event_bindings.h

Issue 7650027: Update Chromium to use new signature for (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more stuff Created 9 years, 4 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: chrome/renderer/extensions/event_bindings.h
diff --git a/chrome/renderer/extensions/event_bindings.h b/chrome/renderer/extensions/event_bindings.h
index 1d6915042b5efcdd4e7bec2d5ad4f2f0581622a2..e4857e3c2aa883c72ea171af3d776448776fbaae 100644
--- a/chrome/renderer/extensions/event_bindings.h
+++ b/chrome/renderer/extensions/event_bindings.h
@@ -37,8 +37,9 @@ class EventBindings {
// Handle a script context coming / going away.
static void HandleContextCreated(WebKit::WebFrame* frame,
- bool content_script,
- ExtensionDispatcher* extension_dispatcher);
+ v8::Handle<v8::Context> context,
+ ExtensionDispatcher* extension_dispatcher,
+ int isolated_world_id);
static void HandleContextDestroyed(WebKit::WebFrame* frame);
// Calls the given function in each registered context which is listening for

Powered by Google App Engine
This is Rietveld 408576698