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

Unified Diff: content/common/plugin_list.h

Issue 271753006: Linux: Remove some unused NPAPI code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/browser/plugin_service_impl.cc ('k') | content/common/plugin_list_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_list.h
===================================================================
--- content/common/plugin_list.h (revision 268893)
+++ content/common/plugin_list.h (working copy)
@@ -34,7 +34,6 @@
// This object is thread safe.
class CONTENT_EXPORT PluginList {
public:
-
// Gets the one instance of the PluginList.
static PluginList* Singleton();
@@ -159,18 +158,6 @@
static bool ReadWebPluginInfo(const base::FilePath& filename,
WebPluginInfo* info);
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
- // Parse the result of an NP_GetMIMEDescription() call.
- // This API is only used on Unixes, and is exposed here for testing.
- static void ParseMIMEDescription(const std::string& description,
- std::vector<WebPluginMimeType>* mime_types);
-
- // Extract a version number from a description string.
- // This API is only used on Unixes, and is exposed here for testing.
- static void ExtractVersionString(const std::string& version,
- WebPluginInfo* info);
-#endif
-
private:
enum LoadingState {
LOADING_STATE_NEEDS_REFRESH,
« no previous file with comments | « content/browser/plugin_service_impl.cc ('k') | content/common/plugin_list_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698