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

Unified Diff: ash/mus/test/wm_test_base.h

Issue 2840393002: chromeos: converts TopLevelWindowFactoryTest to AshTestBase (Closed)
Patch Set: remove duplicate function Created 3 years, 8 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/display/window_tree_host_manager_unittest.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_base.h
diff --git a/ash/mus/test/wm_test_base.h b/ash/mus/test/wm_test_base.h
index a9fe837d750b16d8eee23ad86578dabc3a13ae45..57d10d05082ca0990f9283fc7dfc6abcf05a763d 100644
--- a/ash/mus/test/wm_test_base.h
+++ b/ash/mus/test/wm_test_base.h
@@ -62,11 +62,6 @@ class WmTestBase : public testing::Test {
aura::Window* CreateTestWindow(const gfx::Rect& bounds,
ui::wm::WindowType window_type);
- // Creates a visibile fullscreen top level window on the display corresponding
- // to the display_id provided.
- aura::Window* CreateFullscreenTestWindow(
- int64_t display_id = display::kInvalidDisplayId);
-
// Creates a window parented to |parent|. The returned window is visible.
aura::Window* CreateChildTestWindow(aura::Window* parent,
const gfx::Rect& bounds);
« no previous file with comments | « ash/display/window_tree_host_manager_unittest.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698