| Index: content/browser/plugin_process_host.cc
|
| ===================================================================
|
| --- content/browser/plugin_process_host.cc (revision 88923)
|
| +++ content/browser/plugin_process_host.cc (working copy)
|
| @@ -19,8 +19,6 @@
|
| #include "base/path_service.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/common/chrome_paths.h"
|
| -#include "chrome/common/logging_chrome.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "content/browser/content_browser_client.h"
|
| #include "content/browser/resolve_proxy_msg_helper.h"
|
| @@ -178,9 +176,6 @@
|
| cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
|
| cmd_line->AppendSwitchPath(switches::kPluginPath, info.path);
|
|
|
| - if (logging::DialogsAreSuppressed())
|
| - cmd_line->AppendSwitch(switches::kNoErrorDialogs);
|
| -
|
| // Propagate the following switches to the plugin command line (along with
|
| // any associated values) if present in the browser command line
|
| static const char* const kSwitchNames[] = {
|
|
|