Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 3121d64fb8035d55263f6ecfcfca349ce05f8e74..9da1155554bf4d0fb721680ccb60857912564797 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -116,10 +116,6 @@ |
#include "components/nacl/renderer/plugin/ppapi_entrypoints.h" |
#endif |
-#if defined(ENABLE_REMOTING) |
-#include "remoting/client/plugin/pepper_entrypoints.h" |
-#endif |
- |
#if defined(ENABLE_PLUGINS) && (defined(CHROME_MULTIPLE_DLL_CHILD) || \ |
!defined(CHROME_MULTIPLE_DLL_BROWSER)) |
#include "pdf/pdf.h" |
@@ -818,12 +814,6 @@ void ChromeMainDelegate::SandboxInitialized(const std::string& process_type) { |
#endif |
#if defined(CHROME_MULTIPLE_DLL_CHILD) || !defined(CHROME_MULTIPLE_DLL_BROWSER) |
-#if defined(ENABLE_REMOTING) |
- ChromeContentClient::SetRemotingEntryFunctions( |
- remoting::PPP_GetInterface, |
- remoting::PPP_InitializeModule, |
- remoting::PPP_ShutdownModule); |
-#endif |
#if !defined(DISABLE_NACL) |
ChromeContentClient::SetNaClEntryFunctions( |
nacl_plugin::PPP_GetInterface, |