Index: chrome/test/ppapi/ppapi_test.cc |
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc |
index bec32a6bb0cdad62736243337dd080158318d6a0..a0130bcebf22c29ff0bd6e2d3009df3969c52312 100644 |
--- a/chrome/test/ppapi/ppapi_test.cc |
+++ b/chrome/test/ppapi/ppapi_test.cc |
@@ -133,8 +133,7 @@ void PPAPITestBase::SetUpCommandLine(CommandLine* command_line) { |
command_line->AppendSwitch(switches::kDisableSmoothScrolling); |
// For TestRequestOSFileHandle. |
- command_line->AppendSwitchASCII(switches::kAllowRequestOSFileHandleAPI, |
- "127.0.0.1"); |
+ command_line->AppendSwitch(switches::kUnlimitedStorage); |
} |
void PPAPITestBase::SetUpOnMainThread() { |