Chromium Code Reviews| Index: chrome/common/extensions/api/experimental_app.json |
| diff --git a/chrome/common/extensions/api/experimental_app.json b/chrome/common/extensions/api/experimental_app.json |
| index 421056b2674201f1bbf52b2cc1845c55a58f60be..0d40296ea73c9861b38a4462d7ad80988b0e1763 100644 |
| --- a/chrome/common/extensions/api/experimental_app.json |
| +++ b/chrome/common/extensions/api/experimental_app.json |
| @@ -78,6 +78,33 @@ |
| "parameters": [] |
| } |
| ] |
| + }, |
| + { |
| + "name": "postIntentResponse", |
| + "type": "function", |
| + "description": "stuff", |
|
koz (OOO until 15th September)
2012/08/08 04:47:30
Remove or make meaningful.
thorogood
2012/08/08 07:15:49
meaningful :)
|
| + "nodoc": true, |
| + "parameters": [ |
| + { |
| + "type": "object", |
| + "name": "details", |
| + "properties": { |
| + "intentId": { |
| + "type": "string", |
| + "optional": false |
| + }, |
| + "success": { |
| + "type": "boolean", |
| + "optional": false |
| + }, |
| + "data": { |
| + "type": "any", |
| + "optional": false |
| + } |
| + } |
| + } |
| + // TODO(koz): Add MessageChannel parameters. |
| + ] |
| } |
| ], |
| "events": [ |