Chromium Code Reviews| 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"); |
|
dmichael (off chromium)
2013/04/04 17:25:09
Are you planning to remove that flag in a followup
hamaji
2013/04/04 22:27:22
Yes, I think I'll remove that flag by the end of A
|
| + command_line->AppendSwitch(switches::kUnlimitedStorage); |
| } |
| void PPAPITestBase::SetUpOnMainThread() { |