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

Unified Diff: ash/common/test/ash_test_impl.h

Issue 2653593004: chromeos: Remove AshTestBase::SupportsMultipleDisplays (Closed)
Patch Set: Created 3 years, 11 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/test/ash_test.cc ('k') | ash/common/wallpaper/wallpaper_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/test/ash_test_impl.h
diff --git a/ash/common/test/ash_test_impl.h b/ash/common/test/ash_test_impl.h
index c59260b6940914de00f9500ad919c8d38eec8516..8984dfbf47d683322f61408673f4dd5317b85bf7 100644
--- a/ash/common/test/ash_test_impl.h
+++ b/ash/common/test/ash_test_impl.h
@@ -37,7 +37,6 @@ class AshTestImpl {
// These functions mirror that of AshTest, see it for details.
virtual void SetUp() = 0;
virtual void TearDown() = 0;
- virtual bool SupportsMultipleDisplays() const = 0;
virtual void UpdateDisplay(const std::string& display_spec) = 0;
virtual std::unique_ptr<WindowOwner> CreateTestWindow(
const gfx::Rect& bounds_in_screen,
« no previous file with comments | « ash/common/test/ash_test.cc ('k') | ash/common/wallpaper/wallpaper_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698