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

Unified Diff: chrome/browser/plugin_metadata.h

Issue 10918174: Remove PluginGroup (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_async_plugin_finder
Patch Set: 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
Index: chrome/browser/plugin_metadata.h
diff --git a/chrome/browser/plugin_metadata.h b/chrome/browser/plugin_metadata.h
index cf9531793d3a8262ee4432dba1342f415e84d7ee..08a0abc2547e3958ca98b130bc6c014fafbd6343 100644
--- a/chrome/browser/plugin_metadata.h
+++ b/chrome/browser/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,

Powered by Google App Engine
This is Rietveld 408576698