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

Unified Diff: ash/wm/overview/window_selector_unittest.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/wm/lock_state_controller_unittest.cc ('k') | ash/wm/root_window_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_unittest.cc
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
index dae94166085709321c1155124e8863b853ae5e4d..b5219d53b02a3b5cae078ac38ec677cdc990eb24 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -1977,14 +1977,14 @@ TEST_P(WindowSelectorTest, CancelOverviewOnMouseClick) {
EXPECT_FALSE(IsSelecting());
// Point and bounds selected so that they don't intersect. This causes
- // events located at the point to be passed to DesktopBackgroundController,
+ // events located at the point to be passed to WallpaperController,
// and not the window.
gfx::Point point_in_background_page(0, 0);
gfx::Rect bounds(10, 10, 100, 100);
std::unique_ptr<aura::Window> window1(CreateWindow(bounds));
ui::test::EventGenerator& generator = GetEventGenerator();
// Move mouse to point in the background page. Sending an event here will pass
- // it to the DesktopBackgroundController in both regular and overview mode.
+ // it to the WallpaperController in both regular and overview mode.
generator.MoveMouseTo(point_in_background_page);
// Clicking on the background page while not in overview should not toggle
@@ -2007,7 +2007,7 @@ TEST_P(WindowSelectorTest, CancelOverviewOnTap) {
EXPECT_FALSE(IsSelecting());
// Point and bounds selected so that they don't intersect. This causes
- // events located at the point to be passed to DesktopBackgroundController,
+ // events located at the point to be passed to WallpaperController,
// and not the window.
gfx::Point point_in_background_page(0, 0);
gfx::Rect bounds(10, 10, 100, 100);
« no previous file with comments | « ash/wm/lock_state_controller_unittest.cc ('k') | ash/wm/root_window_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698