Chromium Code Reviews| Index: tools/android/loading/cloud/frontend/README.md |
| diff --git a/tools/android/loading/cloud/frontend/README.md b/tools/android/loading/cloud/frontend/README.md |
| index 7e0689845604ce9d6ead9953194f7e91a1ff2935..33ada163991d1d7f049498ad17a26ec07975049e 100644 |
| --- a/tools/android/loading/cloud/frontend/README.md |
| +++ b/tools/android/loading/cloud/frontend/README.md |
| @@ -7,7 +7,8 @@ |
| Visit the application URL in your browser, and upload a JSON dictionary with the |
| following keys: |
| -- `action` (string): the action to perform. Only `trace` is supported. |
| +- `action` (string): the action to perform. Only `trace` and `report` are |
| + supported. |
| - `action_params` (dictionary): the parameters associated to the action. |
| See below for more details. |
| - `backend_params` (dictionary): the parameters configuring the backend for |
| @@ -36,6 +37,10 @@ following keys: |
| - `emulate_device` (string, optional): the device to emulate (e.g. `Nexus 4`). |
| - `emulate_network` (string, optional): the network to emulate. |
| +### Parameters for the `report` action |
| + |
| +- `urls` (list of strings): the list of URLs to process. |
|
blundell
2016/05/11 10:35:39
I would think we'll also want a mode where you jus
droger
2016/05/11 11:16:27
Very good point.
This was my initial idea too, but
|
| + |
| ## Development |
| ### Design overview |