summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 22:13:24 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-09 22:13:24 +0000
commit81ee43276c8ad381c139ddf58f2b7e978a09ec1c (patch)
tree16d5c1374ebb79d9fc031507b5c05e5371038143 /chrome/common
parent1fc104d078b910dba6fb1eff1ed6572dac1f5642 (diff)
downloadchromium_src-81ee43276c8ad381c139ddf58f2b7e978a09ec1c.zip
chromium_src-81ee43276c8ad381c139ddf58f2b7e978a09ec1c.tar.gz
chromium_src-81ee43276c8ad381c139ddf58f2b7e978a09ec1c.tar.bz2
Really don't show the set Adobe Reader by default infobar. Also don't show it again if the user clicks No.
Review URL: http://codereview.chromium.org/6476001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74346 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/pref_names.cc3
-rw-r--r--chrome/common/pref_names.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index d14c9f8..f0e1277 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -568,6 +568,9 @@ const char kPluginsPluginsBlacklist[] = "plugins.plugins_blacklist";
// enable it by default, we'll want to do so only once.
const char kPluginsEnabledInternalPDF[] = "plugins.enabled_internal_pdf3";
+const char kPluginsShowSetReaderDefaultInfobar[] =
+ "plugins.show_set_reader_default";
+
// Whether about:plugins is shown in the details mode or not.
const char kPluginsShowDetails[] = "plugins.show_details";
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 9e37786..a8fe14e 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -206,6 +206,7 @@ extern const char kPluginsLastInternalDirectory[];
extern const char kPluginsPluginsList[];
extern const char kPluginsPluginsBlacklist[];
extern const char kPluginsEnabledInternalPDF[];
+extern const char kPluginsShowSetReaderDefaultInfobar[];
extern const char kPluginsShowDetails[];
extern const char kCheckDefaultBrowser[];
extern const char kDefaultBrowserSettingEnabled[];