Index: chrome/renderer/extensions/page_actions_custom_bindings.h |
diff --git a/chrome/renderer/extensions/page_actions_custom_bindings.h b/chrome/renderer/extensions/page_actions_custom_bindings.h |
index 09e68d9447261b86bf7dabfde8fa791f66c52ba0..286201274a9830ca74c3f9d120c0ccb09aa25948 100644 |
--- a/chrome/renderer/extensions/page_actions_custom_bindings.h |
+++ b/chrome/renderer/extensions/page_actions_custom_bindings.h |
@@ -20,8 +20,7 @@ class PageActionsCustomBindings : public ChromeV8Extension { |
const char** dependencies, |
ExtensionDispatcher* extension_dispatcher); |
- virtual v8::Handle<v8::FunctionTemplate> GetNativeFunction( |
- v8::Handle<v8::String> name) OVERRIDE; |
+ virtual void SetNativeFunctions(v8::Handle<v8::Object> object) OVERRIDE; |
private: |
static v8::Handle<v8::Value> GetCurrentPageActions(const v8::Arguments& args); |