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

Unified Diff: ash/mus/context_menu_mus.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: feedback 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/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/context_menu_mus.cc
diff --git a/ash/mus/context_menu_mus.cc b/ash/mus/context_menu_mus.cc
index 802713086a63cde915b6065c03fa0bcd5401614f..b012596c7b1548a2c3dc9a9d27c285efb3041ac3 100644
--- a/ash/mus/context_menu_mus.cc
+++ b/ash/mus/context_menu_mus.cc
@@ -36,7 +36,7 @@ bool ContextMenuMus::IsCommandIdChecked(int command_id) const {
bool ContextMenuMus::IsCommandIdEnabled(int command_id) const {
if (command_id == MENU_CHANGE_WALLPAPER)
- return WmShell::Get()->wallpaper_delegate()->CanOpenSetWallpaperPage();
+ return Shell::Get()->wallpaper_delegate()->CanOpenSetWallpaperPage();
return true;
}
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698