| 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) {
|
|
|