Index: trunk/src/content/shell/app/shell_main_delegate.cc |
=================================================================== |
--- trunk/src/content/shell/app/shell_main_delegate.cc (revision 219785) |
+++ trunk/src/content/shell/app/shell_main_delegate.cc (working copy) |
@@ -149,6 +149,8 @@ |
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) |