diff options
Diffstat (limited to 'chrome/renderer/extensions/tabs_custom_bindings.h')
-rw-r--r-- | chrome/renderer/extensions/tabs_custom_bindings.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/renderer/extensions/tabs_custom_bindings.h b/chrome/renderer/extensions/tabs_custom_bindings.h index 0700a43..ec06979 100644 --- a/chrome/renderer/extensions/tabs_custom_bindings.h +++ b/chrome/renderer/extensions/tabs_custom_bindings.h @@ -13,10 +13,7 @@ namespace extensions { // Implements custom bindings for the tabs API. class TabsCustomBindings : public ChromeV8Extension { public: - TabsCustomBindings(int dependency_count, const char** dependencies); - - virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction( - v8::Handle<v8::String> name) OVERRIDE; + TabsCustomBindings(); private: // Creates a new messaging channel to the tab with the given ID. |