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

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: Add media library initialization. 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
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | webkit/media/crypto/ppapi/clear_key_cdm.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c0c1dc39cb889630a98c536f7010049efafdeee9 100644
--- a/content/browser/encrypted_media_browsertest.cc
+++ b/content/browser/encrypted_media_browsertest.cc
@@ -101,6 +101,12 @@ 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(switches::kDisableSeccompSandbox);
+ command_line->AppendSwitch(switches::kDisableSeccompFilterSandbox);
+#endif
}
};
« no previous file with comments | « no previous file | content/public/common/content_switches.h » ('j') | webkit/media/crypto/ppapi/clear_key_cdm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698