summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_updater.cc
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-01 04:32:58 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-01 04:32:58 +0000
commit0f6c44a8075c905ba1dfdc44c5e64cf6603f1d83 (patch)
tree561b39cd152b307e5835ec23cb68239413b2d5e9 /chrome/browser/plugin_updater.cc
parent73ec1877feef0973c0d32b2b338eb246715306f7 (diff)
downloadchromium_src-0f6c44a8075c905ba1dfdc44c5e64cf6603f1d83.zip
chromium_src-0f6c44a8075c905ba1dfdc44c5e64cf6603f1d83.tar.gz
chromium_src-0f6c44a8075c905ba1dfdc44c5e64cf6603f1d83.tar.bz2
Re-enabled internal PDF on trunk
BUG=None TEST=Internal PDF plugin should be enabled by default Review URL: http://codereview.chromium.org/3080014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_updater.cc')
-rw-r--r--chrome/browser/plugin_updater.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc
index 9a69263..0691bac 100644
--- a/chrome/browser/plugin_updater.cc
+++ b/chrome/browser/plugin_updater.cc
@@ -88,7 +88,7 @@ void EnablePluginFile(bool enable, const FilePath::StringType& path) {
NPAPI::PluginList::Singleton()->DisablePlugin(file_path);
}
-static bool enable_internal_pdf_ = false;
+static bool enable_internal_pdf_ = true;
void DisablePluginGroupsFromPrefs(Profile* profile) {
bool update_internal_dir = false;