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

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

Issue 11571014: Lazy load chrome.* APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows interactive_ui_tests fix Created 7 years, 10 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/miscellaneous_bindings.h
diff --git a/chrome/renderer/extensions/miscellaneous_bindings.h b/chrome/renderer/extensions/miscellaneous_bindings.h
index c1cb1ef62e19aebac687cc8f30c81dbcfc80f3e0..d6ecd4af202d223e7d2f30ec09ece85f374d0e2a 100644
--- a/chrome/renderer/extensions/miscellaneous_bindings.h
+++ b/chrome/renderer/extensions/miscellaneous_bindings.h
@@ -30,7 +30,8 @@ class Dispatcher;
class MiscellaneousBindings {
public:
// Creates an instance of the extension.
- static ChromeV8Extension* Get(Dispatcher* dispatcher);
+ static ChromeV8Extension* Get(Dispatcher* dispatcher,
+ v8::Handle<v8::Context> context);
// Dispatches the Port.onConnect content script messaging event to some
// contexts in |contexts|. If |restrict_to_render_view| is specified, only

Powered by Google App Engine
This is Rietveld 408576698