From fbf3714a8a46a52a95501aeaa73300b12bdfbae1 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 29 Jun 2010 23:14:46 +0000 Subject: Revert 51110 because of regression 47858- Group plugins in about:plugins and show update link for out-of-date ones. Tracking patch by mavrommatis, original review here: Original description follows: (1) Group plugins with the same name together. (2) Show a download link for plugin versions with known security problems in about:plugins. BUG=3910 TEST=Open "chrome://plugins", see that plugins are grouped, and that any vulnerable plugins are marked red. Try enabling and disabling plugin groups. Review URL: http://codereview.chromium.org/2835018 TBR=bauerb@chromium.org Review URL: http://codereview.chromium.org/2805048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51191 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/plugin_service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/plugin_service.h') diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h index d176ca7..c9a695e 100644 --- a/chrome/browser/plugin_service.h +++ b/chrome/browser/plugin_service.h @@ -156,6 +156,9 @@ class PluginService // Set to true if chrome plugins are enabled. Defaults to true. static bool enable_chrome_plugins_; + // Set to true iff the internal pdf plugin is enabled by default. + static bool enable_internal_pdf_; + DISALLOW_COPY_AND_ASSIGN(PluginService); }; -- cgit v1.1