summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_updater.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 06:55:22 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 06:55:22 +0000
commit559abab91981b984a03d219d332c5afe2dbf8534 (patch)
treed3c5a6ca6505cf5d48d621c54f9601204ce137f4 /chrome/browser/plugin_updater.cc
parent5a0ee4d67e45acf6fe07bb61de2af87da3fa7b75 (diff)
downloadchromium_src-559abab91981b984a03d219d332c5afe2dbf8534.zip
chromium_src-559abab91981b984a03d219d332c5afe2dbf8534.tar.gz
chromium_src-559abab91981b984a03d219d332c5afe2dbf8534.tar.bz2
Enable the pdf plugin by default.
Review URL: http://codereview.chromium.org/3028009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_updater.cc')
-rw-r--r--chrome/browser/plugin_updater.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
index 4c884d7..0691bac 100644
--- a/chrome/browser/plugin_updater.cc
+++ b/chrome/browser/plugin_updater.cc
@@ -88,11 +88,7 @@ void EnablePluginFile(bool enable, const FilePath::StringType& path) {
NPAPI::PluginList::Singleton()->DisablePlugin(file_path);
}
-#if defined(OS_CHROMEOS)
static bool enable_internal_pdf_ = true;
-#else
-static bool enable_internal_pdf_ = false;
-#endif
void DisablePluginGroupsFromPrefs(Profile* profile) {
bool update_internal_dir = false;