| Index: chrome/test/ppapi/ppapi_test.cc
|
| diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
|
| index a2a10f90a28788d8316341922ca78a035ee982a2..bec32a6bb0cdad62736243337dd080158318d6a0 100644
|
| --- a/chrome/test/ppapi/ppapi_test.cc
|
| +++ b/chrome/test/ppapi/ppapi_test.cc
|
| @@ -131,6 +131,10 @@ void PPAPITestBase::SetUpCommandLine(CommandLine* command_line) {
|
|
|
| // Smooth scrolling confuses the scrollbar test.
|
| command_line->AppendSwitch(switches::kDisableSmoothScrolling);
|
| +
|
| + // For TestRequestOSFileHandle.
|
| + command_line->AppendSwitchASCII(switches::kAllowRequestOSFileHandleAPI,
|
| + "127.0.0.1");
|
| }
|
|
|
| void PPAPITestBase::SetUpOnMainThread() {
|
|
|