diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 21:55:36 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-07 21:55:36 +0000 |
commit | 3c6c0ca9c82ba0bcb975bfb0b42cfa2186de92e3 (patch) | |
tree | fc8e553f683104a0de014e5e1d1ecf0c436bf807 /chrome/common | |
parent | b671ef3ffa0bb016fed93529bae49fb89c683198 (diff) | |
download | chromium_src-3c6c0ca9c82ba0bcb975bfb0b42cfa2186de92e3.zip chromium_src-3c6c0ca9c82ba0bcb975bfb0b42cfa2186de92e3.tar.gz chromium_src-3c6c0ca9c82ba0bcb975bfb0b42cfa2186de92e3.tar.bz2 |
Add geolocation and desktop notifications NotificationTypes.
Now geolocation should update live (i.e. if an exception is added or removed, the table will update without you needing to reload the page).
BUG=57457
TEST=manual
Review URL: http://codereview.chromium.org/3607005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 33418cf..3440538 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -1018,6 +1018,16 @@ class NotificationType { // TabSpecificContentSettings object, there are no details. COLLECTED_COOKIES_SHOWN, + // Sent when a non-default setting in the the geolocation content settings + // map has changed. The source is the GeolocationContentSettingsMap, the + // details are None. + GEOLOCATION_SETTINGS_CHANGED, + + // Sent when a non-default setting in the the notification content settings + // map has changed. The source is the DesktopNotificationService, the + // details are None. + DESKTOP_NOTIFICATION_SETTINGS_CHANGED, + // Sync -------------------------------------------------------------------- // Sent when the sync backend has been paused. |