diff options
author | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 12:59:07 +0000 |
---|---|---|
committer | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 12:59:07 +0000 |
commit | 3f9ba45ed5ff0cbeff601d0ef2a1e3397dc2ad8c (patch) | |
tree | 20e00fae8324c65f7acb2815e6ebe6f41c8deb0d /chrome/app | |
parent | b0874af3c0526d6a9aad28a788233eacbee5d8b4 (diff) | |
download | chromium_src-3f9ba45ed5ff0cbeff601d0ef2a1e3397dc2ad8c.zip chromium_src-3f9ba45ed5ff0cbeff601d0ef2a1e3397dc2ad8c.tar.gz chromium_src-3f9ba45ed5ff0cbeff601d0ef2a1e3397dc2ad8c.tar.bz2 |
Add preference for managed notifications setting.
BUG=63190
TEST=host_content_settings_map_unittest.cc,
content_settings_policy_provider_unittest.cc
desktop_notification_service_unittest.cc
Review URL: http://codereview.chromium.org/7623006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index f7e5374..91c9aa0 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -1218,7 +1218,7 @@ 'desc': '''Allows you to set whether websites are allowed to show pop-ups. Showing popups can be either allowed for all websites or denied for all websites.''', }, { - 'name': 'DefaultNotificationSetting', + 'name': 'DefaultNotificationsSetting', 'type': 'int-enum', 'items': [ { |