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

Unified Diff: ash/wm/session_state_animator_impl_unittest.cc

Issue 2290473004: Rename ash desktop_background to wallpaper. (Closed)
Patch Set: Cleanup 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
Index: ash/wm/session_state_animator_impl_unittest.cc
diff --git a/ash/wm/session_state_animator_impl_unittest.cc b/ash/wm/session_state_animator_impl_unittest.cc
index a4b801045631c08a19686762a7aea8866d676da0..8a9b1c46506f570f476da3591b0febd9b7ee2204 100644
--- a/ash/wm/session_state_animator_impl_unittest.cc
+++ b/ash/wm/session_state_animator_impl_unittest.cc
@@ -39,10 +39,10 @@ TEST_F(SessionStateAnimatiorImplContainersTest, ContainersHaveIdTest) {
containers.clear();
- SessionStateAnimatorImpl::GetContainers(
- SessionStateAnimator::DESKTOP_BACKGROUND, &containers);
- EXPECT_TRUE(ContainersHaveWindowWithId(
- containers, kShellWindowId_DesktopBackgroundContainer));
+ SessionStateAnimatorImpl::GetContainers(SessionStateAnimator::WALLPAPER,
+ &containers);
+ EXPECT_TRUE(ContainersHaveWindowWithId(containers,
+ kShellWindowId_WallpaperContainer));
containers.clear();
@@ -63,9 +63,9 @@ TEST_F(SessionStateAnimatiorImplContainersTest, ContainersHaveIdTest) {
// Check for lock screen containers.
SessionStateAnimatorImpl::GetContainers(
- SessionStateAnimator::LOCK_SCREEN_BACKGROUND, &containers);
+ SessionStateAnimator::LOCK_SCREEN_WALLPAPER, &containers);
EXPECT_TRUE(ContainersHaveWindowWithId(
- containers, kShellWindowId_LockScreenBackgroundContainer));
+ containers, kShellWindowId_LockScreenWallpaperContainer));
containers.clear();

Powered by Google App Engine
This is Rietveld 408576698