Index: chrome/renderer/extensions/api_definitions_natives.h |
diff --git a/chrome/renderer/extensions/api_definitions_natives.h b/chrome/renderer/extensions/api_definitions_natives.h |
index f8801e5ef3cfd4f69ebf1d363c660287280858a3..dce07ebe7f5f7436a7a83d1d159f3cd7c0e054d1 100644 |
--- a/chrome/renderer/extensions/api_definitions_natives.h |
+++ b/chrome/renderer/extensions/api_definitions_natives.h |
@@ -23,7 +23,7 @@ class ApiDefinitionsNatives : public ChromeV8Extension { |
// Returns the list of schemas that are available to the calling context |
// and have their names listed in |args|. If |args| is empty, returns the list |
// of all schemas that are available to the calling context. |
- v8::Handle<v8::Value> GetExtensionAPIDefinition(const v8::Arguments& args); |
+ v8::Handle<v8::Value> GetExtensionAPIDefinitions(const v8::Arguments& args); |
ChromeV8Context* context_; |