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

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

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 7 years, 6 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 e0c19cbb7c418af6b6bf40c099bec18adef67202..d421f84d5b6b55208689a3577cf1d4e1086cc5e3 100644
--- a/chrome/renderer/extensions/api_definitions_natives.h
+++ b/chrome/renderer/extensions/api_definitions_natives.h
@@ -21,7 +21,8 @@ class ApiDefinitionsNatives : public ChromeV8Extension {
private:
// Returns the list of all schemas that are available to the calling context.
- v8::Handle<v8::Value> GetExtensionAPIDefinitions(const v8::Arguments& args);
+ v8::Handle<v8::Value> GetExtensionAPIDefinitionsForTest(
+ const v8::Arguments& args);
DISALLOW_COPY_AND_ASSIGN(ApiDefinitionsNatives);
};

Powered by Google App Engine
This is Rietveld 408576698