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

Unified Diff: ash/sysui/sysui_application.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/shell_unittest.cc ('k') | ash/sysui/wallpaper_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/sysui_application.cc
diff --git a/ash/sysui/sysui_application.cc b/ash/sysui/sysui_application.cc
index f69e5063e44f2d9edf6ccb4675a416aaceab79e2..4fef9a6dac5b7f3e22728ab2ce9914cc4ff6af98 100644
--- a/ash/sysui/sysui_application.cc
+++ b/ash/sysui/sysui_application.cc
@@ -68,8 +68,8 @@ const char kResourceFile200[] = "ash_test_resources_200_percent.pak";
bool GetContainerForWidget(const views::Widget::InitParams& params,
ash::mojom::Container* container) {
switch (params.parent->id()) {
- case kShellWindowId_DesktopBackgroundContainer:
- *container = ash::mojom::Container::USER_BACKGROUND;
+ case kShellWindowId_WallpaperContainer:
+ *container = ash::mojom::Container::WALLPAPER;
return true;
case kShellWindowId_ShelfContainer:
« no previous file with comments | « ash/shell_unittest.cc ('k') | ash/sysui/wallpaper_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698