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

Unified Diff: chrome/browser/plugins/plugin_metadata.cc

Issue 10918174: Remove PluginGroup (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_async_plugin_finder
Patch Set: fix conflicts Created 8 years, 3 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/plugin_metadata.h ('k') | chrome/browser/plugins/plugin_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_metadata.cc
diff --git a/chrome/browser/plugins/plugin_metadata.cc b/chrome/browser/plugins/plugin_metadata.cc
index b8dfd03e2baf6070670e125f3cfcdb5d8dffb590..3062f6fb0070c38ea6db723ab08b00a2e58c96a4 100644
--- a/chrome/browser/plugins/plugin_metadata.cc
+++ b/chrome/browser/plugins/plugin_metadata.cc
@@ -8,6 +8,16 @@
#include "webkit/plugins/npapi/plugin_utils.h"
#include "webkit/plugins/webplugininfo.h"
+// static
+const char PluginMetadata::kAdobeReaderGroupName[] = "Adobe Reader";
+const char PluginMetadata::kJavaGroupName[] = "Java(TM)";
+const char PluginMetadata::kQuickTimeGroupName[] = "QuickTime Player";
+const char PluginMetadata::kShockwaveGroupName[] = "Adobe Shockwave Player";
+const char PluginMetadata::kRealPlayerGroupName[] = "RealPlayer";
+const char PluginMetadata::kSilverlightGroupName[] = "Silverlight";
+const char PluginMetadata::kWindowsMediaPlayerGroupName[] =
+ "Windows Media Player";
+
PluginMetadata::PluginMetadata(const std::string& identifier,
const string16& name,
bool url_for_display,
« no previous file with comments | « chrome/browser/plugins/plugin_metadata.h ('k') | chrome/browser/plugins/plugin_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698