summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_names.h
diff options
context:
space:
mode:
authorpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-01 12:52:56 +0000
committerpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-01 12:52:56 +0000
commite450fa6624812d5d27142daa79f7bbe1f3d2326a (patch)
tree5ec7c6c96e3c0c74da4b20fd9dba9f958c88068c /chrome/common/pref_names.h
parentbbdd9ddbd76d7579f66ec07f5f847cf874b6d35a (diff)
downloadchromium_src-e450fa6624812d5d27142daa79f7bbe1f3d2326a.zip
chromium_src-e450fa6624812d5d27142daa79f7bbe1f3d2326a.tar.gz
chromium_src-e450fa6624812d5d27142daa79f7bbe1f3d2326a.tar.bz2
Introduced a new policy DefaultBrowserSettingEnabled.
When set it either enforces Chrome's registration as default browser, or prevents the user from seeing the reminder about Chrome not being default as well as disabled the UI for setting it as default browser. When not set the old behavior is observed. BUG=65290 TEST=Manual. Set the policy and the UI should be disabled. If set to true the browser should become default browser immediately. Review URL: http://codereview.chromium.org/6348021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r--chrome/common/pref_names.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index dc248ab..8f2094b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -207,6 +207,7 @@ extern const char kPluginsPluginsBlacklist[];
extern const char kPluginsEnabledInternalPDF[];
extern const char kPluginsShowDetails[];
extern const char kCheckDefaultBrowser[];
+extern const char kDefaultBrowserSettingEnabled[];
#if defined(OS_MACOSX)
extern const char kShowUpdatePromotionInfoBar[];
#endif