Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1096)

Unified Diff: chrome/test/base/test_launcher_utils.cc

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/in_process_browser_test.h ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/test/base/in_process_browser_test.h ('k') | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698