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

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: android compilation Created 7 years, 9 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 0991af3847308e241c55dff5e6b867198fd3d2d6..912d32deded60c7b2464e7adc28e68e458c9ed22 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
« no previous file with comments | « chrome/renderer/extensions/media_galleries_custom_bindings.cc ('k') | chrome/renderer/extensions/miscellaneous_bindings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698