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

Unified Diff: content/public/browser/plugin_service_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
« no previous file with comments | « content/public/browser/plugin_service.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/plugin_service_filter.h
diff --git a/content/public/browser/plugin_service_filter.h b/content/public/browser/plugin_service_filter.h
index 5b9d216e88c687150124513b20e22934427d7d65..e2dac555b848b5977a78f6debb7ed0f220792612 100644
--- a/content/public/browser/plugin_service_filter.h
+++ b/content/public/browser/plugin_service_filter.h
@@ -35,13 +35,6 @@ class PluginServiceFilter {
// Whether the renderer has permission to load available |plugin|.
virtual bool CanLoadPlugin(int render_process_id,
const base::FilePath& path) = 0;
-
- // Called when a renderer loads an NPAPI |plugin| that matched |mime_type|.
- // TODO(wfh): Remove when NPAPI is gone.
- virtual void NPAPIPluginLoaded(int render_process_id,
- int render_frame_id,
- const std::string& mime_type,
- const WebPluginInfo& plugin) {}
};
} // namespace content
« no previous file with comments | « content/public/browser/plugin_service.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698