diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 15:53:09 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 15:53:09 +0000 |
commit | 0937e50de88050542188cf32a492e4feedda9e7b (patch) | |
tree | aa901bae5147e74da741f086db075c024c9eb34e /chrome/common | |
parent | 4a6d9bbad732f21da27f021e504de06e949ffef1 (diff) | |
download | chromium_src-0937e50de88050542188cf32a492e4feedda9e7b.zip chromium_src-0937e50de88050542188cf32a492e4feedda9e7b.tar.gz chromium_src-0937e50de88050542188cf32a492e4feedda9e7b.tar.bz2 |
Revert 50977 - Add support for RLZ chrome extension api.
BUG=NONE
TEST=See unit tests as part of this CL.
Review URL: http://codereview.chromium.org/2804010
TBR=rogerta@google.com
Review URL: http://codereview.chromium.org/2835022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/extension_api.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 9edd8cb..2741f2c 100644 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -2926,42 +2926,6 @@ ] }, { - "namespace": "experimental.rlz", - "nodoc": true, - "types": [], - "functions": [ - { - "name": "recordProductEvent", - "type": "function", - "description": "Records an RLZ event for a given product's access point.", - "parameters": [ - {"name": "product", "type": "string", "minLength": 1, "maxLength": 1}, - {"name": "accessPoint", "type": "string", "minLength": 1, "maxLength": 2}, - {"name": "event", "type": "string", "enum": ["install", "set-to-google", "first-search", "activate"]} - ] - }, - { - "name": "getAccessPointRlz", - "type": "function", - "description": "Gets the RLZ string to be used when accessing a Google property through the given access point.", - "parameters": [ - {"name": "accessPoint", "type": "string", "minLength": 1, "maxLength": 2}, - {"name": "callback", "type": "function", "parameters": [{"name": "rlz", "type": "string"}]} - ] - }, - { - "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.", - "parameters": [ - {"name": "product", "type": "string", "minLength": 1, "maxLength": 1}, - {"name": "accessPoints", "type": "array", "items": {"type": "string", "minLength": 1, "maxLength": 2}, "minItems": 1} - ] - } - ], - "events": [] - }, - { "namespace": "test", "nodoc": true, "types": [], |