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..90a62b2f8199dd05006add1185f84f275bb19815 100644 |
--- a/chrome/test/automation/proxy_launcher.cc |
+++ b/chrome/test/automation/proxy_launcher.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -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, |