Index: chrome/test/base/test_launcher_utils.cc |
=================================================================== |
--- chrome/test/base/test_launcher_utils.cc (revision 147965) |
+++ chrome/test/base/test_launcher_utils.cc (working copy) |
@@ -49,9 +49,6 @@ |
// auto-update. |
command_line->AppendSwitch(switches::kSkipGpuDataLoading); |
- // The tests assume that file:// URIs can freely access other file:// URIs. |
Nirnimesh
2012/07/24 21:10:59
This has broken up all pyauto usage completely. Al
|
- command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); |
- |
#if defined(USE_ASH) |
// Disable window animations under Ash as the animations effect the |
// coordinates returned and result in flake. |