| Index: ui/views/test/widget_test.h
|
| diff --git a/ui/views/test/widget_test.h b/ui/views/test/widget_test.h
|
| index 54257ee2c42f3241f40743a67ab7fe9fd65c70f7..89e98f3bba58cd84d465ff956c32afae0715317e 100644
|
| --- a/ui/views/test/widget_test.h
|
| +++ b/ui/views/test/widget_test.h
|
| @@ -62,9 +62,6 @@ class WidgetTest : public ViewsTestBase {
|
|
|
| View* GetGestureHandler(internal::RootView* root_view);
|
|
|
| - // Simulate an OS-level destruction of the native window held by |widget|.
|
| - static void SimulateNativeDestroy(Widget* widget);
|
| -
|
| // Simulate an activation of the native window held by |widget|, as if it was
|
| // clicked by the user. This is a synchronous method for use in
|
| // non-interactive tests that do not spin a RunLoop in the test body (since
|
|
|