| Index: 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 0700a43197254b7708374944c80b61aa49f2a022..ec06979d1dc5f538f6f64767f4a85e6275e6810f 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.
|
|
|