Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index 6064067f2db4b303f85b2ee1040493c920a7070c..3db268d3e16a32e01e1726a9e76c07cbd59b1deb 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -142,6 +142,8 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
command_line.AppendSwitch(switches::kEnableSoftwareCompositingGLAdapter); |
net::CookieMonster::EnableFileScheme(); |
+ net::RemoveProprietaryMediaTypesAndCodecsForTests(); |
+ |
if (!WebKitTestPlatformInitialize()) { |
if (exit_code) |
*exit_code = 1; |