diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 22:16:38 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-01 22:16:38 +0000 |
commit | a9bb272bc3865c9930f5dfb4f726bb34e3c73f95 (patch) | |
tree | dbe7e5779b075c26751d0ff7b11b8b3e3ba6a166 /chrome/common | |
parent | eeee44fcba92733bd04156bf494974650fd61ea2 (diff) | |
download | chromium_src-a9bb272bc3865c9930f5dfb4f726bb34e3c73f95.zip chromium_src-a9bb272bc3865c9930f5dfb4f726bb34e3c73f95.tar.gz chromium_src-a9bb272bc3865c9930f5dfb4f726bb34e3c73f95.tar.bz2 |
Add notifications content settings type.
Not used anywhere yet, no functionality change.
BUG=45547
TEST=none
Review URL: http://codereview.chromium.org/2815042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51432 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/content_settings_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h index 09b786b..2e2a563 100644 --- a/chrome/common/content_settings_types.h +++ b/chrome/common/content_settings_types.h @@ -17,6 +17,7 @@ enum ContentSettingsType { CONTENT_SETTINGS_TYPE_PLUGINS, CONTENT_SETTINGS_TYPE_POPUPS, CONTENT_SETTINGS_TYPE_GEOLOCATION, + CONTENT_SETTINGS_TYPE_NOTIFICATIONS, CONTENT_SETTINGS_NUM_TYPES }; |