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

Unified Diff: chrome/test/automation/proxy_launcher.cc

Issue 6727001: Run the Worker tests for resolveLocalFileSystemURL that were added (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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/test/automation/proxy_launcher.cc
diff --git a/chrome/test/automation/proxy_launcher.cc b/chrome/test/automation/proxy_launcher.cc
index baeff496dca9dc5f553a3124ba6d7924db5f0ec5..430212d3e88e69303ead65e3ecd82b19d888c668 100644
--- a/chrome/test/automation/proxy_launcher.cc
+++ b/chrome/test/automation/proxy_launcher.cc
@@ -419,6 +419,9 @@ void ProxyLauncher::PrepareTestCommandline(CommandLine* command_line,
// Allow file:// access on ChromeOS.
command_line->AppendSwitch(switches::kAllowFileAccess);
+
+ // Allow testing File API over http.
+ command_line->AppendSwitch(switches::kUnlimitedQuotaForFiles);
}
bool ProxyLauncher::LaunchBrowserHelper(const LaunchState& state, bool wait,
« no previous file with comments | « DEPS ('k') | chrome/test/ui/ui_layout_test.cc » ('j') | chrome/test/ui/ui_layout_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698