summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 02:55:45 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 02:55:45 +0000
commita5702bfb138d5da9c2fae8e120b03b1aa756c269 (patch)
treeb50f68d095a67d328f6fb9eaf481c42e920c9514 /chrome/browser/plugin_service.h
parente8bdb3adc2f15475dd2aa2c2aa56fa460ccd7adf (diff)
downloadchromium_src-a5702bfb138d5da9c2fae8e120b03b1aa756c269.zip
chromium_src-a5702bfb138d5da9c2fae8e120b03b1aa756c269.tar.gz
chromium_src-a5702bfb138d5da9c2fae8e120b03b1aa756c269.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index b20e5ae..c1863df 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -155,9 +155,6 @@ 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);
};