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

Unified Diff: components/mus/ws/forwarding_window_manager.cc

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/ws/forwarding_window_manager.h ('k') | components/mus/ws/window_tree_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/forwarding_window_manager.cc
diff --git a/components/mus/ws/forwarding_window_manager.cc b/components/mus/ws/forwarding_window_manager.cc
index 62f1397b324d48c616da2363bdd229e9f5101ba4..6b2743247b584f1f98666de05936fd36538e673b 100644
--- a/components/mus/ws/forwarding_window_manager.cc
+++ b/components/mus/ws/forwarding_window_manager.cc
@@ -28,19 +28,6 @@ void ForwardingWindowManager::OpenWindow(
GetActiveWindowManager()->OpenWindow(client.Pass(), properties.Pass());
}
-void ForwardingWindowManager::SetPreferredSize(
- uint32_t window_id,
- mojo::SizePtr size,
- const SetPreferredSizeCallback& callback) {
- GetActiveWindowManager()->SetPreferredSize(window_id, size.Pass(), callback);
-}
-
-void ForwardingWindowManager::SetResizeBehavior(
- uint32_t window_id,
- mus::mojom::ResizeBehavior resize_behavior) {
- GetActiveWindowManager()->SetResizeBehavior(window_id, resize_behavior);
-}
-
void ForwardingWindowManager::GetConfig(const GetConfigCallback& callback) {
return GetActiveWindowManager()->GetConfig(callback);
}
« no previous file with comments | « components/mus/ws/forwarding_window_manager.h ('k') | components/mus/ws/window_tree_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698