| 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,
|
|
|