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

Unified Diff: content/public/common/content_client.h

Issue 1856963002: Remove content/public/plugin and chrome/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: rebase Created 4 years, 8 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 | « content/public/app/content_main_delegate.cc ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.h
diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
index 3699415185bded87a4d514d7dde241a3f6c40cda..d7b02300ec2111b213fb12d36fc46987b557ce2e 100644
--- a/content/public/common/content_client.h
+++ b/content/public/common/content_client.h
@@ -43,7 +43,6 @@ namespace content {
class ContentBrowserClient;
class ContentClient;
class ContentGpuClient;
-class ContentPluginClient;
class ContentRendererClient;
class ContentUtilityClient;
struct PepperPluginInfo;
@@ -74,7 +73,6 @@ class CONTENT_EXPORT ContentClient {
ContentBrowserClient* browser() { return browser_; }
ContentGpuClient* gpu() { return gpu_; }
- ContentPluginClient* plugin() { return plugin_; }
ContentRendererClient* renderer() { return renderer_; }
ContentUtilityClient* utility() { return utility_; }
@@ -168,8 +166,6 @@ class CONTENT_EXPORT ContentClient {
ContentBrowserClient* browser_;
// The embedder API for participating in gpu logic.
ContentGpuClient* gpu_;
- // The embedder API for participating in plugin logic.
- ContentPluginClient* plugin_;
// The embedder API for participating in renderer logic.
ContentRendererClient* renderer_;
// The embedder API for participating in utility logic.
« no previous file with comments | « content/public/app/content_main_delegate.cc ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698