diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 05:56:21 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 05:56:21 +0000 |
commit | fff14f6e66a778ee2dc02be1621195355f50333b (patch) | |
tree | 4500ac7eda743bdacfd78aacabb20941919dc5c7 /chrome/browser/plugin_service.h | |
parent | 495ec72daeceb31a000decb7d374a2a0178b6f29 (diff) | |
download | chromium_src-fff14f6e66a778ee2dc02be1621195355f50333b.zip chromium_src-fff14f6e66a778ee2dc02be1621195355f50333b.tar.gz chromium_src-fff14f6e66a778ee2dc02be1621195355f50333b.tar.bz2 |
Revert 48997 [causes Windows unit_tests to hang] - Group plugins in about:plugins and show update link for out-of-date ones.
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/2686001
TBR=viettrungluu@chromium.org
Review URL: http://codereview.chromium.org/2652002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49003 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r-- | chrome/browser/plugin_service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h index c1863df..b20e5ae 100644 --- a/chrome/browser/plugin_service.h +++ b/chrome/browser/plugin_service.h @@ -155,6 +155,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); }; |