Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1094)

Unified Diff: components/mus/public/cpp/tests/test_window_tree.h

Issue 1456233002: Converts remaining windowmanager property based functions to SetProperty (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/mus/public/cpp/tests/test_window_tree.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index 5cc67623c92dcf55df7d88b6cc6ea01c09a130d2..31a74e3a9a0e127eec3fcf9036541bcec8d8f06f 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -70,11 +70,6 @@ class TestWindowTree : public mojom::WindowTree {
void SetImeVisibility(uint32_t window_id,
bool visible,
mojo::TextInputStatePtr state) override;
- void SetPreferredSize(uint32_t window_id,
- mojo::SizePtr size,
- const SetPreferredSizeCallback& callback) override;
- void SetResizeBehavior(uint32_t window_id,
- mojom::ResizeBehavior resize_behavior) override;
void WmResponse(uint32_t change_id, bool response) override;
bool got_change_;
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client_impl.cc ('k') | components/mus/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698