| Index: components/mus/public/cpp/tests/test_window_tree.cc
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
|
| index c49929f4c02aa9a8d85012b3e841d626dffda5ab..3e89776b7eaf7f2d9d5db0a3d073487b7f2453f0 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -94,14 +94,6 @@ void TestWindowTree::SetImeVisibility(uint32_t window_id,
|
| bool visible,
|
| mojo::TextInputStatePtr state) {}
|
|
|
| -void TestWindowTree::SetPreferredSize(
|
| - uint32_t window_id,
|
| - mojo::SizePtr size,
|
| - const SetPreferredSizeCallback& callback) {}
|
| -
|
| -void TestWindowTree::SetResizeBehavior(uint32_t window_id,
|
| - mojom::ResizeBehavior resize_behavior) {}
|
| -
|
| void TestWindowTree::WmResponse(uint32_t change_id, bool response) {}
|
|
|
| } // namespace mus
|
|
|