Index: mojo/shell/context.cc |
diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc |
index 0cc27d123496de4457dcd87aaa918bf3e9bced96..f938980c60105f1cdab894d93a9bbe76322079bb 100644 |
--- a/mojo/shell/context.cc |
+++ b/mojo/shell/context.cc |
@@ -6,7 +6,6 @@ |
#include <vector> |
-#include "base/base_switches.h" |
#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/files/file_path.h" |
@@ -238,9 +237,6 @@ bool Context::Init() { |
const base::CommandLine& command_line = |
*base::CommandLine::ForCurrentProcess(); |
- if (command_line.HasSwitch(switches::kWaitForDebugger)) |
- base::debug::WaitForDebugger(60, true); |
- |
EnsureEmbedderIsInitialized(); |
task_runners_.reset( |
new TaskRunners(base::MessageLoop::current()->message_loop_proxy())); |