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

Unified Diff: components/mus/ws/forwarding_window_manager.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
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/forwarding_window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/forwarding_window_manager.h
diff --git a/components/mus/ws/forwarding_window_manager.h b/components/mus/ws/forwarding_window_manager.h
index 23a2cae5041f5cdec922fa0b13bb4eb80d638d3b..9268b1a4e2a02680ba213fcdee0b18cd0c0888c9 100644
--- a/components/mus/ws/forwarding_window_manager.h
+++ b/components/mus/ws/forwarding_window_manager.h
@@ -28,11 +28,6 @@ class ForwardingWindowManager : public mojom::WindowManager {
void OpenWindow(
mus::mojom::WindowTreeClientPtr client,
mojo::Map<mojo::String, mojo::Array<uint8_t>> properties) override;
- void SetPreferredSize(uint32_t window_id,
- mojo::SizePtr size,
- const SetPreferredSizeCallback& callback) override;
- void SetResizeBehavior(uint32_t window_id,
- mus::mojom::ResizeBehavior resize_behavior) override;
void GetConfig(const GetConfigCallback& callback) override;
ConnectionManager* connection_manager_;
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/forwarding_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698