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

Side by Side Diff: chrome/common/chrome_notification_types.h

Issue 8243008: Remove references to GeolocationContentSettingsMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/geolocation/geolocation_settings_state.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 5 #ifndef CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 6 #define CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
7 #pragma once 7 #pragma once
8 8
9 #include "content/common/content_notification_types.h" 9 #include "content/common/content_notification_types.h"
10 10
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 651
652 // Sent when the collect cookies dialog is shown. The source is a 652 // Sent when the collect cookies dialog is shown. The source is a
653 // TabSpecificContentSettings object, there are no details. 653 // TabSpecificContentSettings object, there are no details.
654 NOTIFICATION_COLLECTED_COOKIES_SHOWN, 654 NOTIFICATION_COLLECTED_COOKIES_SHOWN,
655 655
656 // Sent when a non-default setting in the the notification content settings 656 // Sent when a non-default setting in the the notification content settings
657 // map has changed. The source is the DesktopNotificationService, the 657 // map has changed. The source is the DesktopNotificationService, the
658 // details are None. 658 // details are None.
659 NOTIFICATION_DESKTOP_NOTIFICATION_SETTINGS_CHANGED, 659 NOTIFICATION_DESKTOP_NOTIFICATION_SETTINGS_CHANGED,
660 660
661 // Sent when the geolocation settings change. The source is the
662 // GeolocationContentSettingsMap object, the details are
663 // ContentSettingsNotificationsDetails.
664 NOTIFICATION_GEOLOCATION_SETTINGS_CHANGED,
665
666 // Sent when content settings change for a tab. The source is a TabContents 661 // Sent when content settings change for a tab. The source is a TabContents
667 // object, the details are None. 662 // object, the details are None.
668 NOTIFICATION_TAB_CONTENT_SETTINGS_CHANGED, 663 NOTIFICATION_TAB_CONTENT_SETTINGS_CHANGED,
669 664
670 // Sync -------------------------------------------------------------------- 665 // Sync --------------------------------------------------------------------
671 666
672 // Sent when the syncer is blocked configuring. 667 // Sent when the syncer is blocked configuring.
673 NOTIFICATION_SYNC_CONFIGURE_BLOCKED, 668 NOTIFICATION_SYNC_CONFIGURE_BLOCKED,
674 669
675 // The sync service has started the configuration process. 670 // The sync service has started the configuration process.
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 // Currently only Content and Chrome define and use notifications. 933 // Currently only Content and Chrome define and use notifications.
939 // Custom notifications not belonging to Content and Chrome should start 934 // Custom notifications not belonging to Content and Chrome should start
940 // from here. 935 // from here.
941 NOTIFICATION_CHROME_END, 936 NOTIFICATION_CHROME_END,
942 }; 937 };
943 938
944 } // namespace chrome 939 } // namespace chrome
945 940
946 941
947 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_ 942 #endif // CHROME_COMMON_CHROME_NOTIFICATION_TYPES_H_
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/geolocation_settings_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698