Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 731663002: Remove Yoshi charger recall pop up warning UI code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deprecat the related UMA metrics in histograms.xml. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/default_system_tray_delegate.cc ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 6e093aa9669a6786f210a7914b655369b6f62f71..228865b388c2757e1dab99596e0d8d72b241e164 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -199,16 +199,6 @@ class ASH_EXPORT SystemTrayDelegate {
// Shows login UI to add other users to this session.
virtual void ShowUserLogin() = 0;
- // Shows the spring charger replacement dialog if necessary.
- // Returns true if the dialog is shown by the call.
- virtual bool ShowSpringChargerReplacementDialog() = 0;
-
- // True if the spring charger replacement dialog is visible.
- virtual bool IsSpringChargerReplacementDialogVisible() = 0;
-
- // True if user has confirmed using safe spring charger.
- virtual bool HasUserConfirmedSafeSpringCharger() = 0;
-
// Attempts to shut down the system.
virtual void ShutDown() = 0;
« no previous file with comments | « ash/system/tray/default_system_tray_delegate.cc ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698