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

Unified Diff: ash/accelerators/accelerator_controller_delegate_aura.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: cleanup 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
Index: ash/accelerators/accelerator_controller_delegate_aura.cc
diff --git a/ash/accelerators/accelerator_controller_delegate_aura.cc b/ash/accelerators/accelerator_controller_delegate_aura.cc
index 451ffe05697777222f95b18d7d4787724223c5f3..d36c35fe2c64bb038a4fbea6601bc9ec17f20c83 100644
--- a/ash/accelerators/accelerator_controller_delegate_aura.cc
+++ b/ash/accelerators/accelerator_controller_delegate_aura.cc
@@ -73,7 +73,7 @@ class DeprecatedAcceleratorNotificationDelegate
void Click() override {
if (!WmShell::Get()->GetSessionStateDelegate()->IsUserSessionBlocked())
- WmShell::Get()->delegate()->OpenKeyboardShortcutHelpPage();
+ Shell::Get()->delegate()->OpenKeyboardShortcutHelpPage();
}
private:
@@ -475,7 +475,7 @@ void AcceleratorControllerDelegateAura::ShowDeprecatedAcceleratorNotification(
new message_center::Notification(
message_center::NOTIFICATION_TYPE_SIMPLE, notification_id,
base::string16(), message,
- WmShell::Get()->delegate()->GetDeprecatedAcceleratorImage(),
+ Shell::Get()->delegate()->GetDeprecatedAcceleratorImage(),
base::string16(), GURL(),
message_center::NotifierId(
message_center::NotifierId::SYSTEM_COMPONENT,
« no previous file with comments | « ash/DEPS ('k') | ash/aura/wm_shell_aura.h » ('j') | ash/mus/bridge/wm_shell_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698