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

Unified Diff: content/browser/frame_host/render_frame_message_filter.h

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: content/browser/frame_host/render_frame_message_filter.h
diff --git a/content/browser/frame_host/render_frame_message_filter.h b/content/browser/frame_host/render_frame_message_filter.h
index cde7f5e2a131c66d21341b996aa500fc5fde50d2..9f059465fd7f277cb78c5d285cdceb81b7d0567e 100644
--- a/content/browser/frame_host/render_frame_message_filter.h
+++ b/content/browser/frame_host/render_frame_message_filter.h
@@ -49,14 +49,10 @@ class RenderFrameMessageFilter : public BrowserMessageFilter {
net::URLRequestContextGetter* request_context,
RenderWidgetHelper* render_widget_helper);
- // IPC::MessageFilter methods:
- void OnChannelClosing() override;
-
// BrowserMessageFilter methods:
bool OnMessageReceived(const IPC::Message& message) override;
private:
- class OpenChannelToNpapiPluginCallback;
class OpenChannelToPpapiPluginCallback;
class OpenChannelToPpapiBrokerCallback;
@@ -110,13 +106,6 @@ class RenderFrameMessageFilter : public BrowserMessageFilter {
bool* found,
WebPluginInfo* info,
std::string* actual_mime_type);
- void OnOpenChannelToPlugin(int render_frame_id,
- const GURL& url,
- const GURL& policy_url,
- const std::string& mime_type,
- IPC::Message* reply_msg);
- void OnCompletedOpenChannelToNpapiPlugin(
- OpenChannelToNpapiPluginCallback* client);
void OnOpenChannelToPepperPlugin(const base::FilePath& path,
IPC::Message* reply_msg);
void OnDidCreateOutOfProcessPepperInstance(
@@ -145,8 +134,6 @@ class RenderFrameMessageFilter : public BrowserMessageFilter {
// Initialized to 0, accessed on FILE thread only.
base::TimeTicks last_plugin_refresh_time_;
-
- std::set<OpenChannelToNpapiPluginCallback*> plugin_host_clients_;
#endif // ENABLE_PLUGINS
// Contextual information to be used for requests created here.
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | content/browser/frame_host/render_frame_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698