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, |