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

Unified Diff: content/renderer/renderer_main.cc

Issue 285283003: Remove flag --test-sandbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change requested by resek, thanks Created 6 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 | « content/public/common/content_switches.cc ('k') | content/renderer/renderer_main_platform_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_main.cc
diff --git a/content/renderer/renderer_main.cc b/content/renderer/renderer_main.cc
index bc538fd6513965500552334c317e339fcd6de575..d95287ba965472294c765426c8e880370858a76f 100644
--- a/content/renderer/renderer_main.cc
+++ b/content/renderer/renderer_main.cc
@@ -181,7 +181,6 @@ int RendererMain(const MainFunctionParams& parameters) {
platform.PlatformInitialize();
bool no_sandbox = parsed_command_line.HasSwitch(switches::kNoSandbox);
- platform.InitSandboxTests(no_sandbox);
// Initialize histogram statistics gathering system.
base::StatisticsRecorder::Initialize();
@@ -239,8 +238,6 @@ int RendererMain(const MainFunctionParams& parameters) {
base::HighResolutionTimerManager hi_res_timer_manager;
- platform.RunSandboxTests(no_sandbox);
-
startup_timer.Stop(); // End of Startup Time Measurement.
if (run_loop) {
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/renderer/renderer_main_platform_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698