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

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

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_infobar_delegates.cc ('k') | chrome/browser/plugins/plugin_metadata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_metadata.h
diff --git a/chrome/browser/plugins/plugin_metadata.h b/chrome/browser/plugins/plugin_metadata.h
index a021e7ed4fbc4bc4d1bbbfc7521584e5a59f82a0..0f63ac47754c81ec584d78f2faf74c2cf6ce5a21 100644
--- a/chrome/browser/plugins/plugin_metadata.h
+++ b/chrome/browser/plugins/plugin_metadata.h
@@ -24,6 +24,16 @@ class PluginMetadata {
SECURITY_STATUS_REQUIRES_AUTHORIZATION,
};
+ // Used by about:plugins to disable Reader plugin when internal PDF viewer is
+ // enabled.
+ static const char kAdobeReaderGroupName[];
+ static const char kJavaGroupName[];
+ static const char kQuickTimeGroupName[];
+ static const char kShockwaveGroupName[];
+ static const char kRealPlayerGroupName[];
+ static const char kSilverlightGroupName[];
+ static const char kWindowsMediaPlayerGroupName[];
+
PluginMetadata(const std::string& identifier,
const string16& name,
bool url_for_display,
« no previous file with comments | « chrome/browser/plugins/plugin_infobar_delegates.cc ('k') | chrome/browser/plugins/plugin_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698