| 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 a64662b2dcb3669d46691c1a26605bc39615907b..571ad77fab48a29fa9fcae75bb7d5410ce3f3f7f 100644
|
| --- a/ui/views/test/views_test_base.h
|
| +++ b/ui/views/test/views_test_base.h
|
| @@ -42,11 +42,6 @@ class ViewsTestBase : public PlatformTest {
|
| // cross-platform tests.
|
| Widget::InitParams CreateParams(Widget::InitParams::Type type);
|
|
|
| - // Use for tests that you should not create a NativeWidgetMus. Ideally we
|
| - // would use an ifdef, but for the time being we're not compiling differently,
|
| - // so that a define is not possible.
|
| - void DisableNativeWidgetMus();
|
| -
|
| protected:
|
| TestViewsDelegate* views_delegate() const {
|
| return test_helper_->views_delegate();
|
|
|