| 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..bf59a6a995fe470fb950394c758917a2738e9a2f 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 TestGetOSFileHandle.
|
| + command_line->AppendSwitchASCII(switches::kAllowGetOSFileHandleAPI,
|
| + "127.0.0.1");
|
| }
|
|
|
| void PPAPITestBase::SetUpOnMainThread() {
|
|
|