Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / ash / system_tray_delegate_win.cc
index eba5603..8f6c9a9 100644 (file)
@@ -154,7 +154,12 @@ class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
   virtual void ShowUserLogin() OVERRIDE {
   }
 
-  virtual void ShowSpringChargerReplacementDialog() OVERRIDE {
+  virtual bool ShowSpringChargerReplacementDialog() OVERRIDE {
+    return false;
+  }
+
+  virtual bool IsSpringChargerReplacementDialogVisible() OVERRIDE {
+    return false;
   }
 
   virtual bool HasUserConfirmedSafeSpringCharger() OVERRIDE {
@@ -273,6 +278,9 @@ class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
         IDS_SYSTEM_TRAY_MENU_BUBBLE_WIDTH_PIXELS);
   }
 
+  virtual void ActiveUserWasChanged() OVERRIDE {
+  }
+
  private:
   ash::SystemTrayNotifier* GetSystemTrayNotifier() {
     return ash::Shell::GetInstance()->system_tray_notifier();