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

Unified Diff: chrome/renderer/extensions/chrome_private_custom_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: 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/chrome_private_custom_bindings.h
diff --git a/chrome/renderer/extensions/chrome_private_custom_bindings.h b/chrome/renderer/extensions/chrome_private_custom_bindings.h
index d1bfdb98493fa180f4961bc521293abc8927533b..c0dcd87e17b0865299f0db78be895e2832eb8ee5 100644
--- a/chrome/renderer/extensions/chrome_private_custom_bindings.h
+++ b/chrome/renderer/extensions/chrome_private_custom_bindings.h
@@ -20,8 +20,7 @@ class ChromePrivateCustomBindings : public ChromeV8Extension {
const char** dependencies,
ExtensionDispatcher* extension_dispatcher);
- virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction(
- v8::Handle<v8::String> name) OVERRIDE;
+ virtual void SetNativeFunctions(v8::Handle<v8::Object> object) OVERRIDE;
private:
// Decodes supplied JPEG byte array to image pixel array.

Powered by Google App Engine
This is Rietveld 408576698