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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_common.cc

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
Index: chrome/browser/ui/ash/system_tray_delegate_common.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.cc b/chrome/browser/ui/ash/system_tray_delegate_common.cc
index 12a07d4aa2eebbcd6598895b794931cfc0cd4fa0..8674fb05b03effc1a50af8799a95655266085238 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_common.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc
@@ -152,18 +152,6 @@ void SystemTrayDelegateCommon::ShowEnterpriseInfo() {
void SystemTrayDelegateCommon::ShowUserLogin() {
}
-bool SystemTrayDelegateCommon::ShowSpringChargerReplacementDialog() {
- return false;
-}
-
-bool SystemTrayDelegateCommon::IsSpringChargerReplacementDialogVisible() {
- return false;
-}
-
-bool SystemTrayDelegateCommon::HasUserConfirmedSafeSpringCharger() {
- return false;
-}
-
void SystemTrayDelegateCommon::ShutDown() {
}
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_common.h ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698