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

Unified Diff: chrome/browser/resources/file_manager/README.harness

Issue 9232008: Fixing ChromeOS File Browser test harness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698