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

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

Issue 9386001: Implement a module system for the extension bindings JS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-jigged to use ModuleSystem Created 8 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/schema_generated_bindings.h
diff --git a/chrome/renderer/extensions/schema_generated_bindings.h b/chrome/renderer/extensions/schema_generated_bindings.h
index 1785171e43915486f50cc5be532f73559e92edb1..c95dc6120a103286369a258db7d47f3ec70e0bb3 100644
--- a/chrome/renderer/extensions/schema_generated_bindings.h
+++ b/chrome/renderer/extensions/schema_generated_bindings.h
@@ -10,6 +10,7 @@
class ExtensionDispatcher;
class ChromeV8ContextSet;
+class ChromeV8Extension;
namespace v8 {
class Extension;
@@ -21,7 +22,7 @@ namespace extensions {
// declarations in chrome/common/extensions/api/.
class SchemaGeneratedBindings {
public:
- static v8::Extension* Get(ExtensionDispatcher* extension_dispatcher);
+ static ChromeV8Extension* Get(ExtensionDispatcher* extension_dispatcher);
// Handles a response to an API request. Sets |extension_id|.
static void HandleResponse(const ChromeV8ContextSet& contexts,

Powered by Google App Engine
This is Rietveld 408576698