summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-29 23:14:46 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-29 23:14:46 +0000
commitfbf3714a8a46a52a95501aeaa73300b12bdfbae1 (patch)
treeef0c750c7c4c626a6051626098d7aa40c096c390 /chrome/browser/plugin_service.h
parent99bb53e5bed242585c66c3903d5df7d5a06560b4 (diff)
downloadchromium_src-fbf3714a8a46a52a95501aeaa73300b12bdfbae1.zip
chromium_src-fbf3714a8a46a52a95501aeaa73300b12bdfbae1.tar.gz
chromium_src-fbf3714a8a46a52a95501aeaa73300b12bdfbae1.tar.bz2
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: <http://codereview.chromium.org/1991005> 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
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h3
1 files changed, 3 insertions, 0 deletions
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);
};