| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 38c14d6824a44a710da78fcbf02d3c5d14994d05..8b77d22b0c745469d0ae6cdf79ac5c0ff097fe3f 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -29,13 +29,6 @@ class ChromeContentClient : public content::ContentClient {
|
| // pointers for built-in plugins. We avoid linking these plugins into
|
| // chrome_common because then on Windows we would ship them twice because of
|
| // the split DLL.
|
| -#if defined(ENABLE_REMOTING)
|
| - static void SetRemotingEntryFunctions(
|
| - content::PepperPluginInfo::GetInterfaceFunc get_interface,
|
| - content::PepperPluginInfo::PPP_InitializeModuleFunc initialize_module,
|
| - content::PepperPluginInfo::PPP_ShutdownModuleFunc shutdown_module);
|
| -#endif
|
| -
|
| #if !defined(DISABLE_NACL)
|
| static void SetNaClEntryFunctions(
|
| content::PepperPluginInfo::GetInterfaceFunc get_interface,
|
|
|