Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1746)

Unified Diff: chrome/common/chrome_content_client.h

Issue 1271523003: Remove remoting client plugin from chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android and GN build Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698