| Index: ui/views/test/views_test_base.h
|
| diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
|
| index c1e5c942f6b72f0490687a2a99db27fd1431977a..a64662b2dcb3669d46691c1a26605bc39615907b 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -29,6 +29,9 @@ class ViewsTestBase : public PlatformTest {
|
| ViewsTestBase();
|
| ~ViewsTestBase() override;
|
|
|
| + // Whether the test is running under mus.
|
| + static bool IsMus();
|
| +
|
| // testing::Test:
|
| void SetUp() override;
|
| void TearDown() override;
|
| @@ -43,7 +46,6 @@ class ViewsTestBase : public PlatformTest {
|
| // would use an ifdef, but for the time being we're not compiling differently,
|
| // so that a define is not possible.
|
| void DisableNativeWidgetMus();
|
| - bool IsMus() const;
|
|
|
| protected:
|
| TestViewsDelegate* views_delegate() const {
|
|
|