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

Unified Diff: chrome/common/extensions/api/test.json

Issue 15841013: Make miscellaneous_bindings and event_bindings Required as needed. Previously (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/chrome_renderer.gypi ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/test.json
diff --git a/chrome/common/extensions/api/test.json b/chrome/common/extensions/api/test.json
index cdf1252ee4c916792b3e81d4c896208cc4ebe829..bf65f95385024323827d03d9bc180d71ae1360b8 100644
--- a/chrome/common/extensions/api/test.json
+++ b/chrome/common/extensions/api/test.json
@@ -310,6 +310,18 @@
"items": {"type": "string"}
}
]
+ },
+ {
+ "name": "createEvent",
+ "type": "function",
+ "nocompile": true,
+ "parameters": [
+ {
+ "type": "string",
+ "name": "name",
+ "optional": true
+ }
+ ]
}
],
"events": [
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/extension_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698