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

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: take out dependencies 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..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_;

Powered by Google App Engine
This is Rietveld 408576698