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

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

Issue 10389168: Revert 137388 - Move declarative API into events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | chrome/renderer/extensions/api_definitions_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/api_definitions_natives.h
===================================================================
--- chrome/renderer/extensions/api_definitions_natives.h (revision 137393)
+++ chrome/renderer/extensions/api_definitions_natives.h (working copy)
@@ -19,9 +19,8 @@
explicit ApiDefinitionsNatives(ExtensionDispatcher* extension_dispatcher);
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.
+ // Takes no arguments and returns the list of schemas that are available to
+ // the calling context.
v8::Handle<v8::Value> GetExtensionAPIDefinition(const v8::Arguments& args);
DISALLOW_COPY_AND_ASSIGN(ApiDefinitionsNatives);
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | chrome/renderer/extensions/api_definitions_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698