| Index: chrome/browser/plugin_process_host.cc
|
| diff --git a/chrome/browser/plugin_process_host.cc b/chrome/browser/plugin_process_host.cc
|
| index 573e0a903c3d8940938a50e8777750907d2c77a1..7cd1ac83624ce6061360f0fbc1fa26d9c4eea33c 100644
|
| --- a/chrome/browser/plugin_process_host.cc
|
| +++ b/chrome/browser/plugin_process_host.cc
|
| @@ -371,7 +371,7 @@ bool PluginProcessHost::Init(const WebPluginInfo& info,
|
|
|
| // Propagate the following switches to the plugin command line (along with
|
| // any associated values) if present in the browser command line
|
| - static const wchar_t* const switch_names[] = {
|
| + static const char* const switch_names[] = {
|
| switches::kPluginStartupDialog,
|
| switches::kNoSandbox,
|
| switches::kSafePlugins,
|
|
|