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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

Issue 2323063003: mash: Port sysui's WallpaperDelegateMus to mojo:ash. (Closed)
Patch Set: Alternative display info workaround. Created 4 years, 3 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/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 78959a48aad559e9114e08841a787df655b60d2d..38a2a4c1bf58025bac3af003fd822edaacb70031 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -140,8 +140,7 @@ WmShellMus::WmShellMus(
// TODO(jamescook): Port ash::sysui::KeyboardUIMus and use it here.
SetKeyboardUI(KeyboardUI::Create());
- // TODO(msw): Port WallpaperDelegateMus and support this (crbug.com/629605):
- // wallpaper_delegate()->InitializeWallpaper();
+ wallpaper_delegate()->InitializeWallpaper();
}
WmShellMus::~WmShellMus() {

Powered by Google App Engine
This is Rietveld 408576698