Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2694)

Unified Diff: chrome/common/notification_type.h

Issue 5398001: Allow default desktop content settings to be managed via policy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Cocoa UI-changes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/options/content_filter_page_view.cc ('k') | chrome/common/policy_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 7f01898c3c6ed92f05186432d9f1a6e88ea163db..8564063f510b05ade643a53bb22f49a9da5c5c37 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -1116,6 +1116,11 @@ class NotificationType {
// details are None.
DESKTOP_NOTIFICATION_SETTINGS_CHANGED,
+ // Sent when the geolocation settings change. The source is the
+ // GeolocationContentSettingsMap object, the details are
+ // ContentSettingsNotificationsDetails.
+ GEOLOCATION_SETTINGS_CHANGED,
+
// Sync --------------------------------------------------------------------
// Sent when the sync backend has been paused.
« no previous file with comments | « chrome/browser/ui/views/options/content_filter_page_view.cc ('k') | chrome/common/policy_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698