Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / notifications / notification_delegate.h
index 3de3be6..a8efacd 100644 (file)
@@ -22,9 +22,6 @@ class NotificationDelegate : public message_center::NotificationDelegate {
   // Returns unique id of the notification.
   virtual std::string id() const = 0;
 
-  // Returns the id of renderer process which creates the notification, or -1.
-  virtual int process_id() const;
-
   // Returns the WebContents that generated the notification, or NULL.
   virtual content::WebContents* GetWebContents() const = 0;