| Index: content/browser/renderer_host/browser_render_process_host.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/browser_render_process_host.cc (revision 88923)
|
| +++ content/browser/renderer_host/browser_render_process_host.cc (working copy)
|
| @@ -27,7 +27,6 @@
|
| #include "base/threading/thread.h"
|
| #include "base/threading/thread_restrictions.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "content/browser/appcache/appcache_dispatcher_host.h"
|
| #include "content/browser/browser_child_process_host.h"
|
| @@ -472,9 +471,6 @@
|
| is_extension_process_ ? switches::kExtensionProcess :
|
| switches::kRendererProcess);
|
|
|
| - if (logging::DialogsAreSuppressed())
|
| - command_line->AppendSwitch(switches::kNoErrorDialogs);
|
| -
|
| if (accessibility_enabled_)
|
| command_line->AppendSwitch(switches::kEnableAccessibility);
|
|
|
|
|