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

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

Issue 3029001: When I specified the rlz chrome extension api, I explicitly did not include a... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/browser/extensions/extension_rlz_module.cc ('k') | chrome/test/data/extensions/api_test/rlz/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
===================================================================
--- chrome/common/extensions/api/extension_api.json (revision 52654)
+++ chrome/common/extensions/api/extension_api.json (working copy)
@@ -2942,6 +2942,20 @@
]
},
{
+ "name": "sendFinancialPing",
+ "type": "function",
+ "description": "Sends Google promotional information about this extension.",
+ "parameters": [
+ {"name": "product", "type": "string", "minLength": 1, "maxLength": 1},
+ {"name": "accessPoints", "type": "array", "items": {"type": "string", "minLength": 1, "maxLength": 2}, "minItems": 1},
+ {"name": "signature", "type": "string"},
+ {"name": "brand", "type": "string"},
+ {"name": "id", "type": "string"},
+ {"name": "lang", "type": "string"},
+ {"name": "exclude_machine_id", "type": "boolean"}
+ ]
+ },
+ {
"name": "clearProductState",
"type": "function",
"description": "Clears all product-specific RLZ state from the machine, as well as clearing all events for the specified access points.",
« no previous file with comments | « chrome/browser/extensions/extension_rlz_module.cc ('k') | chrome/test/data/extensions/api_test/rlz/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698