Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / file_system_provider / notification_manager.h
index f25242a..3c18ec0 100644 (file)
@@ -41,21 +41,18 @@ class NotificationManager : public NotificationManagerInterface,
   // NotificationManagerInterface overrides:
   virtual void ShowUnresponsiveNotification(
       int id,
-      const NotificationCallback& callback) OVERRIDE;
-  virtual void HideUnresponsiveNotification(int id) OVERRIDE;
+      const NotificationCallback& callback) override;
+  virtual void HideUnresponsiveNotification(int id) override;
 
   // Invoked when a button on the notification is clicked.
   void OnButtonClick(int button_index);
 
-  // Invoked when the notification failed to show up.
-  void OnError();
-
   // Invoked when the notification got closed either by user or by system.
   void OnClose();
 
   // extensions::AppIconLoader::Delegate overrides:
   virtual void SetAppImage(const std::string& id,
-                           const gfx::ImageSkia& image) OVERRIDE;
+                           const gfx::ImageSkia& image) override;
 
  private:
   typedef std::map<int, NotificationCallback> CallbackMap;