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..00f6d640d1da53cd7a58feecb8213b5342469480 100644 |
--- a/chrome/renderer/extensions/api_definitions_natives.h |
+++ b/chrome/renderer/extensions/api_definitions_natives.h |
@@ -20,10 +20,8 @@ class ApiDefinitionsNatives : public ChromeV8Extension { |
ApiDefinitionsNatives(Dispatcher* dispatcher, ChromeV8Context* context); |
private: |
- // 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); |
+ // Returns the list of all schemas that are available to the calling context. |
+ v8::Handle<v8::Value> GetExtensionAPIDefinitions(const v8::Arguments& args); |
ChromeV8Context* context_; |