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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "extension", 3 "namespace": "extension",
4 "unprivileged": true, 4 "unprivileged": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "MessageSender", 7 "id": "MessageSender",
8 "type": "object", 8 "type": "object",
9 "description": "An object containing information about the script contex t that sent a message or request.", 9 "description": "An object containing information about the script contex t that sent a message or request.",
10 "properties": { 10 "properties": {
(...skipping 2924 matching lines...) Expand 10 before | Expand all | Expand 10 after
2935 { 2935 {
2936 "name": "getAccessPointRlz", 2936 "name": "getAccessPointRlz",
2937 "type": "function", 2937 "type": "function",
2938 "description": "Gets the RLZ string to be used when accessing a Google p roperty through the given access point.", 2938 "description": "Gets the RLZ string to be used when accessing a Google p roperty through the given access point.",
2939 "parameters": [ 2939 "parameters": [
2940 {"name": "accessPoint", "type": "string", "minLength": 1, "maxLength": 2}, 2940 {"name": "accessPoint", "type": "string", "minLength": 1, "maxLength": 2},
2941 {"name": "callback", "type": "function", "parameters": [{"name": "rlz" , "type": "string"}]} 2941 {"name": "callback", "type": "function", "parameters": [{"name": "rlz" , "type": "string"}]}
2942 ] 2942 ]
2943 }, 2943 },
2944 { 2944 {
2945 "name": "sendFinancialPing",
2946 "type": "function",
2947 "description": "Sends Google promotional information about this extensio n.",
2948 "parameters": [
2949 {"name": "product", "type": "string", "minLength": 1, "maxLength": 1},
2950 {"name": "accessPoints", "type": "array", "items": {"type": "string", "minLength": 1, "maxLength": 2}, "minItems": 1},
2951 {"name": "signature", "type": "string"},
2952 {"name": "brand", "type": "string"},
2953 {"name": "id", "type": "string"},
2954 {"name": "lang", "type": "string"},
2955 {"name": "exclude_machine_id", "type": "boolean"}
2956 ]
2957 },
2958 {
2945 "name": "clearProductState", 2959 "name": "clearProductState",
2946 "type": "function", 2960 "type": "function",
2947 "description": "Clears all product-specific RLZ state from the machine, as well as clearing all events for the specified access points.", 2961 "description": "Clears all product-specific RLZ state from the machine, as well as clearing all events for the specified access points.",
2948 "parameters": [ 2962 "parameters": [
2949 {"name": "product", "type": "string", "minLength": 1, "maxLength": 1}, 2963 {"name": "product", "type": "string", "minLength": 1, "maxLength": 1},
2950 {"name": "accessPoints", "type": "array", "items": {"type": "string", "minLength": 1, "maxLength": 2}, "minItems": 1} 2964 {"name": "accessPoints", "type": "array", "items": {"type": "string", "minLength": 1, "maxLength": 2}, "minItems": 1}
2951 ] 2965 ]
2952 } 2966 }
2953 ], 2967 ],
2954 "events": [] 2968 "events": []
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 { 3189 {
3176 "name": "onInputCancelled", 3190 "name": "onInputCancelled",
3177 "perExtensionEvent": true, 3191 "perExtensionEvent": true,
3178 "type": "function", 3192 "type": "function",
3179 "description": "User has ended the keyword input session without accepti ng the input.", 3193 "description": "User has ended the keyword input session without accepti ng the input.",
3180 "parameters": [] 3194 "parameters": []
3181 } 3195 }
3182 ] 3196 ]
3183 } 3197 }
3184 ] 3198 ]
OLDNEW
« 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