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

Unified Diff: ash/mus/container_ids.cc

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Address comments. Created 4 years, 4 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/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/public/interfaces/container.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/container_ids.cc
diff --git a/ash/mus/container_ids.cc b/ash/mus/container_ids.cc
index e3407fdf3fdacf3320a007ef90514591142edd56..554363ffc892c3750d9db50358544613aad75a0f 100644
--- a/ash/mus/container_ids.cc
+++ b/ash/mus/container_ids.cc
@@ -14,8 +14,8 @@ namespace mus {
int MashContainerToAshShellWindowId(Container container) {
switch (container) {
- case Container::USER_BACKGROUND:
- return kShellWindowId_DesktopBackgroundContainer;
+ case Container::WALLPAPER:
+ return kShellWindowId_WallpaperContainer;
case Container::USER_PRIVATE_SHELF:
return kShellWindowId_ShelfContainer;
« no previous file with comments | « ash/mus/accelerators/accelerator_controller_delegate_mus.cc ('k') | ash/public/interfaces/container.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698