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

Unified Diff: chrome/browser/plugins/plugin_finder.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 | « chrome/browser/plugins/chrome_plugin_service_filter.cc ('k') | chrome/browser/plugins/plugin_finder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_finder.h
diff --git a/chrome/browser/plugins/plugin_finder.h b/chrome/browser/plugins/plugin_finder.h
index 5704863ac638181645cc89c1400fca036455bd15..77be58f6753f5a641591d000fe04812b3c250585 100644
--- a/chrome/browser/plugins/plugin_finder.h
+++ b/chrome/browser/plugins/plugin_finder.h
@@ -61,15 +61,6 @@ class PluginFinder {
scoped_ptr<PluginMetadata>* plugin_metadata);
#endif
- // Returns the plugin name with the given |identifier| or |identifier| if not
- // found.
- base::string16 FindPluginNameWithIdentifier(const std::string& identifier);
-
- // Returns the plugin name with the given |mime_type| and |language| or
- // |mime_type| if not found.
- base::string16 FindPluginName(const std::string& mime_type,
- const std::string& language);
-
// Gets plugin metadata using |plugin|.
scoped_ptr<PluginMetadata> GetPluginMetadata(
const content::WebPluginInfo& plugin);
« no previous file with comments | « chrome/browser/plugins/chrome_plugin_service_filter.cc ('k') | chrome/browser/plugins/plugin_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698