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

Unified Diff: chrome/test/ui/ui_test_suite.cc

Issue 7074025: Get rid of content dependency from sandbox_policy.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/automation/proxy_launcher.cc ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test_suite.cc
===================================================================
--- chrome/test/ui/ui_test_suite.cc (revision 86986)
+++ chrome/test/ui/ui_test_suite.cc (working copy)
@@ -37,8 +37,6 @@
parsed_command_line.HasSwitch(switches::kNoSandbox));
ProxyLauncher::set_full_memory_dump(
parsed_command_line.HasSwitch(switches::kFullMemoryCrashReport));
- ProxyLauncher::set_safe_plugins(
- parsed_command_line.HasSwitch(switches::kSafePlugins));
ProxyLauncher::set_dump_histograms_on_exit(
parsed_command_line.HasSwitch(switches::kDumpHistogramsOnExit));
ProxyLauncher::set_enable_dcheck(
« no previous file with comments | « chrome/test/automation/proxy_launcher.cc ('k') | content/browser/child_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698