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

Unified Diff: ash/common/shell_window_ids.h

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/common/shell_delegate.h ('k') | ash/common/wm/overview/window_grid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shell_window_ids.h
diff --git a/ash/common/shell_window_ids.h b/ash/common/shell_window_ids.h
index 4f68adc0a0662a07d065dcfcd9627c8dbf3aa9b9..f86084ff74db7ac96f1a7519d99b88883285dfda 100644
--- a/ash/common/shell_window_ids.h
+++ b/ash/common/shell_window_ids.h
@@ -36,8 +36,8 @@ const int kShellWindowId_LockScreenRelatedContainersContainer = 2;
// This container is not visible.
const int kShellWindowId_UnparentedControlContainer = 3;
-// The desktop background window.
-const int kShellWindowId_DesktopBackgroundContainer = 4;
+// The wallpaper (desktop background) window.
+const int kShellWindowId_WallpaperContainer = 4;
// The virtual keyboard container.
// NOTE: this is lazily created.
@@ -67,8 +67,8 @@ const int kShellWindowId_AppListContainer = 12;
// The container for user-specific modal windows.
const int kShellWindowId_SystemModalContainer = 13;
-// The container for the lock screen background.
-const int kShellWindowId_LockScreenBackgroundContainer = 14;
+// The container for the lock screen wallpaper (lock screen background).
+const int kShellWindowId_LockScreenWallpaperContainer = 14;
// The container for the lock screen.
const int kShellWindowId_LockScreenContainer = 15;
« no previous file with comments | « ash/common/shell_delegate.h ('k') | ash/common/wm/overview/window_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698