Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8928)

Unified Diff: chrome/renderer/extensions/api_definitions_natives.h

Issue 12522004: Lazily load extension API schemas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/common/extensions/features/simple_feature.cc ('k') | chrome/renderer/extensions/api_definitions_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698