| Index: chrome/common/pepper_plugin_registry.cc
|
| diff --git a/chrome/common/pepper_plugin_registry.cc b/chrome/common/pepper_plugin_registry.cc
|
| index dcc8074c3316dec955ddcc5d5e2c510665411bdd..729d3ad69597212a47f3a256bcc068bc9a18848e 100644
|
| --- a/chrome/common/pepper_plugin_registry.cc
|
| +++ b/chrome/common/pepper_plugin_registry.cc
|
| @@ -126,7 +126,7 @@ void PepperPluginRegistry::GetInternalPluginInfo(
|
|
|
| #if defined(ENABLE_REMOTING)
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableChromoting)) {
|
| + switches::kEnableRemoting)) {
|
| InternalPluginInfo info;
|
| // Add the chromoting plugin.
|
| DCHECK(info.is_internal);
|
|
|