Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: content/browser/encrypted_media_browsertest.cc

Issue 10899021: Add CDM video decoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests on linux. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}
};
« no previous file with comments | « no previous file | ppapi/proxy/ppb_instance_proxy.cc » ('j') | ppapi/proxy/ppp_content_decryptor_private_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698