From 4a74ae9782ab5056be8024aba169c4feaa900dc8 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Mon, 27 Sep 2010 21:12:06 +0000 Subject: [PATCH] Corresponding trunk rename for pdf pref name. Review URL: http://codereview.chromium.org/3452029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60707 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/pref_names.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index a47eaa117d185..ae4b257edf034 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -453,7 +453,7 @@ const char kPluginsPluginsBlacklist[] = "plugins.plugins_blacklist"; // When first shipped, the pdf plugin will be disabled by default. When we // enable it by default, we'll want to do so only once. -const char kPluginsEnabledInternalPDF[] = "plugins.enabled_internal_pdf"; +const char kPluginsEnabledInternalPDF[] = "plugins.enabled_internal_pdf2"; // Boolean that indicates whether we should check if we are the default browser // on start-up. -- GitLab