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 8e60a32779e17055640bec1c7218b49984781f55..f3f700290c459378ea2c67a8198e34f8181c6055 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -149,8 +149,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
command_line.AppendSwitch(switches::kEnableInbandTextTracks); |
command_line.AppendSwitch(switches::kMuteAudio); |
- net::CookieMonster::EnableFileScheme(); |
- |
// Unless/until WebM files are added to the media layout tests, we need to |
// avoid removing MP4/H264/AAC so that layout tests can run on Android. |
#if !defined(OS_ANDROID) |