| Index: content/browser/encrypted_media_browsertest.cc
|
| diff --git a/content/browser/encrypted_media_browsertest.cc b/content/browser/encrypted_media_browsertest.cc
|
| index 2e0ed3b3c0fdda0dc6fcf181d388c913fc2bb975..0f87a630b376dca68faa8de4bcb2036d4d15540b 100644
|
| --- a/content/browser/encrypted_media_browsertest.cc
|
| +++ b/content/browser/encrypted_media_browsertest.cc
|
| @@ -101,6 +101,11 @@ class EncryptedMediaTest
|
| #endif
|
| command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
|
| pepper_plugin);
|
| + // TODO(tomfinegan): Make ExternalClearKey tests work in the sandbox.
|
| + command_line->AppendSwitch(switches::kNoSandbox);
|
| +#if defined(OS_LINUX)
|
| + command_line->AppendSwitch("disable-seccomp-sandbox");
|
| +#endif
|
| }
|
| };
|
|
|
|
|