Changeset 134317 in webkit
- Timestamp:
- Nov 12, 2012, 3:19:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-536.28-branch/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h
r110784 r134317 69 69 WebCore::NotificationClient::Permission policyForOrigin(WebCore::SecurityOrigin*) const; 70 70 71 void didUpdateNotificationDecision(const String& originString, bool allowed); 72 71 73 private: 72 74 // Implemented in generated WebNotificationManagerMessageReceiver.cpp 73 void didReceiveWebNotificationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*); 74 75 void didReceiveWebNotificationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*); 75 76 void didShowNotification(uint64_t notificationID); 76 77 void didClickNotification(uint64_t notificationID); 77 78 void didCloseNotifications(const Vector<uint64_t>& notificationIDs); 78 void didUpdateNotificationDecision(const String& originString, bool allowed);79 79 void didRemoveNotificationDecisions(const Vector<String>& originStrings); 80 80
Note:
See TracChangeset
for help on using the changeset viewer.