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

Unified Diff: chrome/common/extensions/api/experimental.declarative.json

Issue 9422003: Migrate Declarative API bindings to new JSON objects generated by JSON compiler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and fixed some stuff Created 8 years, 10 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/common/extensions/api/experimental.declarative.json
diff --git a/chrome/common/extensions/api/experimental.declarative.json b/chrome/common/extensions/api/experimental.declarative.json
index c98e33dfec226a2aa0fb6053867b256fa68580f3..aebed718d7ca7b98fdc0acd2b3f534c8ab6245e8 100644
--- a/chrome/common/extensions/api/experimental.declarative.json
+++ b/chrome/common/extensions/api/experimental.declarative.json
@@ -38,7 +38,7 @@
"description": "Registers rules to handle events.",
"parameters": [
{
- "name": "event",
+ "name": "eventName",
"type": "string",
"description": "Name of the event this function affects."
},
@@ -70,7 +70,7 @@
"description": "Returns currently registered rules.",
"parameters": [
{
- "name": "event",
+ "name": "eventName",
"type": "string",
"description": "Name of the event this function affects."
},
@@ -102,7 +102,7 @@
"description": "Unregisters currently registered rules.",
"parameters": [
{
- "name": "event",
+ "name": "eventName",
"type": "string",
"description": "Name of the event this function affects."
},

Powered by Google App Engine
This is Rietveld 408576698