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 b5adadb176936a9ed68f4746bfc3708ee8ddeae5..b526edcb66df99743aee12404a3aecbb2dc2dec7 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -145,8 +145,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) |