Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / default_system_tray_delegate.cc
index ef51585..5fd910d 100644 (file)
@@ -152,7 +152,12 @@ void DefaultSystemTrayDelegate::ShowLocallyManagedUserInfo() {
 void DefaultSystemTrayDelegate::ShowUserLogin() {
 }
 
-void DefaultSystemTrayDelegate::ShowSpringChargerReplacementDialog() {
+bool DefaultSystemTrayDelegate::ShowSpringChargerReplacementDialog() {
+  return false;
+}
+
+bool DefaultSystemTrayDelegate::IsSpringChargerReplacementDialogVisible() {
+  return false;
 }
 
 bool DefaultSystemTrayDelegate::HasUserConfirmedSafeSpringCharger() {
@@ -276,4 +281,7 @@ int DefaultSystemTrayDelegate::GetSystemTrayMenuWidth() {
   return 300;
 }
 
+void DefaultSystemTrayDelegate::ActiveUserWasChanged() {
+}
+
 }  // namespace ash