Chromium Code Reviews| Index: chrome/browser/resources/file_manager/README.harness |
| diff --git a/chrome/browser/resources/file_manager/README.harness b/chrome/browser/resources/file_manager/README.harness |
| index 0e80f79eb4ca7e34513cc11a7e2415aed6d50657..bf93cac22c1c172ada55508647c63b5dd9b11660 100644 |
| --- a/chrome/browser/resources/file_manager/README.harness |
| +++ b/chrome/browser/resources/file_manager/README.harness |
| @@ -6,12 +6,17 @@ useful for development and manual unit testing. |
| In order to use the harness, you must start chrome with the following |
| arguments: |
| - chrome --allow-file-access-from-files --unlimited-quota-for-files |
| + chrome --allow-file-access-from-files --user-data-dir=UDD_PATH |
| + |
| +It is recommended to use the harness with a dedicated user data directory. |
| To view the harness, visit: |
| file://PATH/TO/src/chrome/browser/resources/file_manager/harness.html |
| -This will display a "Open File" dialog by default. You can switch to another |
| +On the first page load Chrome will ask for the permission to store local files. |
| +Click OK, then reload the page. |
| + |
| +"Open File" dialog is displayed by default. You can switch to another |
|
dgozman
2012/01/17 12:10:10
BTW, default is full-page now.
Vladislav Kaznacheev
2012/01/17 12:44:29
Thanks, good catch.
On 2012/01/17 12:10:10, dgoz
|
| kind of dialog using the links at the top of the page. |
| Populating the development filesystem |