From f26bc0362440a9757274e6be562a89abae1d6cf1 Mon Sep 17 00:00:00 2001 From: "markusheintz@chromium.org" Date: Tue, 6 Mar 2012 12:35:54 +0000 Subject: Revert 125132 - Implement a module system for the extension bindings JS. BUG=104100 TEST=existing browser tests Review URL: http://codereview.chromium.org/9386001 TBR=koz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9592007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125149 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/extensions/tabs_custom_bindings.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chrome/renderer/extensions/tabs_custom_bindings.h') diff --git a/chrome/renderer/extensions/tabs_custom_bindings.h b/chrome/renderer/extensions/tabs_custom_bindings.h index ec06979..0700a43 100644 --- a/chrome/renderer/extensions/tabs_custom_bindings.h +++ b/chrome/renderer/extensions/tabs_custom_bindings.h @@ -13,7 +13,10 @@ namespace extensions { // Implements custom bindings for the tabs API. class TabsCustomBindings : public ChromeV8Extension { public: - TabsCustomBindings(); + TabsCustomBindings(int dependency_count, const char** dependencies); + + virtual v8::Handle GetNativeFunction( + v8::Handle name) OVERRIDE; private: // Creates a new messaging channel to the tab with the given ID. -- cgit v1.1