Index: chrome/renderer/extensions/context_menus_custom_bindings.h |
diff --git a/chrome/renderer/extensions/context_menus_custom_bindings.h b/chrome/renderer/extensions/context_menus_custom_bindings.h |
index 368e852aa0971a8b93f3e8f4a46be12f416d4d55..b4c378c4d5cfc500b49046f67e1246304012339f 100644 |
--- a/chrome/renderer/extensions/context_menus_custom_bindings.h |
+++ b/chrome/renderer/extensions/context_menus_custom_bindings.h |
@@ -12,7 +12,8 @@ namespace extensions { |
// Implements custom bindings for the contextMenus API. |
class ContextMenusCustomBindings : public ChromeV8Extension { |
public: |
- ContextMenusCustomBindings(); |
+ ContextMenusCustomBindings(Dispatcher* dispatcher, |
+ v8::Handle<v8::Context> v8_context); |
}; |
} // extensions |