Changeset 134317 in webkit


Ignore:
Timestamp:
Nov 12, 2012, 3:19:44 PM (13 years ago)
Author:
Lucas Forschler
Message:

ML Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-536.28-branch/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.h

    r110784 r134317  
    6969    WebCore::NotificationClient::Permission policyForOrigin(WebCore::SecurityOrigin*) const;
    7070
     71    void didUpdateNotificationDecision(const String& originString, bool allowed);
     72
    7173private:
    7274    // Implemented in generated WebNotificationManagerMessageReceiver.cpp
    73     void didReceiveWebNotificationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);
    74    
     75    void didReceiveWebNotificationManagerMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*);   
    7576    void didShowNotification(uint64_t notificationID);
    7677    void didClickNotification(uint64_t notificationID);
    7778    void didCloseNotifications(const Vector<uint64_t>& notificationIDs);
    78     void didUpdateNotificationDecision(const String& originString, bool allowed);
    7979    void didRemoveNotificationDecisions(const Vector<String>& originStrings);
    8080   
Note: See TracChangeset for help on using the changeset viewer.