Index: content/shell/shell_main_delegate.cc |
=================================================================== |
--- content/shell/shell_main_delegate.cc (revision 161658) |
+++ content/shell/shell_main_delegate.cc (working copy) |
@@ -88,8 +88,6 @@ |
InitLogging(); |
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { |
CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kAllowUniversalAccessFromFiles); |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
switches::kAllowFileAccessFromFiles); |
CommandLine::ForCurrentProcess()->AppendSwitch( |
switches::kForceCompositingMode); |