summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 21:12:06 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 21:12:06 +0000
commit4a74ae9782ab5056be8024aba169c4feaa900dc8 (patch)
tree1662d3f66cebc8d9048553756844fc04db30ee2f
parent3563b29440d676864f89bce87b8085f3f90f3692 (diff)
downloadchromium_src-4a74ae9782ab5056be8024aba169c4feaa900dc8.zip
chromium_src-4a74ae9782ab5056be8024aba169c4feaa900dc8.tar.gz
chromium_src-4a74ae9782ab5056be8024aba169c4feaa900dc8.tar.bz2
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
-rw-r--r--chrome/common/pref_names.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a47eaa1..ae4b257 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.