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

Unified Diff: ash/common/system/tray_accessibility.cc

Issue 2761063002: Move more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 months 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/common/system/tray/system_tray_bubble.cc ('k') | ash/common/system/update/tray_update.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray_accessibility.cc
diff --git a/ash/common/system/tray_accessibility.cc b/ash/common/system/tray_accessibility.cc
index 16b9d2e3ba5ef743f72d4b45ed6868c090c8bd3e..4ee7f150020c39dfeed8f80c61ff103d568229c6 100644
--- a/ash/common/system/tray_accessibility.cc
+++ b/ash/common/system/tray_accessibility.cc
@@ -71,7 +71,7 @@ uint32_t GetAccessibilityState() {
}
LoginStatus GetCurrentLoginStatus() {
- return WmShell::Get()->system_tray_delegate()->GetUserLoginStatus();
+ return Shell::Get()->system_tray_delegate()->GetUserLoginStatus();
}
} // namespace
@@ -304,14 +304,14 @@ void AccessibilityDetailedView::CreateExtraTitleRowButtons() {
void AccessibilityDetailedView::ShowSettings() {
if (TrayPopupUtils::CanOpenWebUISettings(login_)) {
- WmShell::Get()->system_tray_controller()->ShowAccessibilitySettings();
+ Shell::Get()->system_tray_controller()->ShowAccessibilitySettings();
owner()->system_tray()->CloseSystemBubble();
}
}
void AccessibilityDetailedView::ShowHelp() {
if (TrayPopupUtils::CanOpenWebUISettings(login_)) {
- WmShell::Get()->system_tray_controller()->ShowAccessibilityHelp();
+ Shell::Get()->system_tray_controller()->ShowAccessibilityHelp();
owner()->system_tray()->CloseSystemBubble();
}
}
« no previous file with comments | « ash/common/system/tray/system_tray_bubble.cc ('k') | ash/common/system/update/tray_update.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698