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

Unified Diff: mash/wm/window_manager_impl.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 | « mash/wm/window_manager_apptest.cc ('k') | mash/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_impl.h
diff --git a/mash/wm/window_manager_impl.h b/mash/wm/window_manager_impl.h
index cbea071cfc9f7950c9afb023598a74b05800081f..40fa8cdee7cde179ac6400350b71775cc3b24314 100644
--- a/mash/wm/window_manager_impl.h
+++ b/mash/wm/window_manager_impl.h
@@ -29,12 +29,6 @@ class WindowManagerImpl : public mus::mojom::WindowManager,
void OpenWindow(
mus::mojom::WindowTreeClientPtr client,
mojo::Map<mojo::String, mojo::Array<uint8_t>> properties) override;
- void SetPreferredSize(
- mus::Id window_id,
- mojo::SizePtr size,
- const WindowManagerErrorCodeCallback& callback) override;
- void SetResizeBehavior(uint32_t window_id,
- mus::mojom::ResizeBehavior resize_behavior) override;
void GetConfig(const GetConfigCallback& callback) override;
mus::Window* GetContainerForChild(mus::Window* child);
« no previous file with comments | « mash/wm/window_manager_apptest.cc ('k') | mash/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698