| Index: ash/test/ash_test_helper.cc
|
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
|
| index c4046f56c149f6ec45ba76df56497581d1d9007f..860bf93d21f3e0053973cd49a26856ed08ec847b 100644
|
| --- a/ash/test/ash_test_helper.cc
|
| +++ b/ash/test/ash_test_helper.cc
|
| @@ -213,14 +213,5 @@ bool AshTestHelper::SupportsMultipleDisplays() {
|
| #endif
|
| }
|
|
|
| -// static
|
| -bool AshTestHelper::SupportsHostWindowResize() {
|
| -#if defined(OS_WIN)
|
| - return false;
|
| -#else
|
| - return true;
|
| -#endif
|
| -}
|
| -
|
| } // namespace test
|
| } // namespace ash
|
|
|