summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/context_menus_custom_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/context_menus_custom_bindings.h')
-rw-r--r--chrome/renderer/extensions/context_menus_custom_bindings.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/renderer/extensions/context_menus_custom_bindings.h b/chrome/renderer/extensions/context_menus_custom_bindings.h
index 1b31e50..18d3b38 100644
--- a/chrome/renderer/extensions/context_menus_custom_bindings.h
+++ b/chrome/renderer/extensions/context_menus_custom_bindings.h
@@ -13,10 +13,7 @@ namespace extensions {
// Implements custom bindings for the contextMenus API.
class ContextMenusCustomBindings : public ChromeV8Extension {
public:
- ContextMenusCustomBindings(int dependency_count, const char** dependencies);
-
- virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction(
- v8::Handle<v8::String> name) OVERRIDE;
+ ContextMenusCustomBindings();
};
} // extensions