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

Unified Diff: ui/views/mus/desktop_window_tree_host_mus.h

Issue 2542493002: Replace kCanMaximize/Minimize/Resize with kResizeBehavior. (Closed)
Patch Set: Fix int->bool compile issue. Created 4 years 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 | « ui/views/BUILD.gn ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/desktop_window_tree_host_mus.h
diff --git a/ui/views/mus/desktop_window_tree_host_mus.h b/ui/views/mus/desktop_window_tree_host_mus.h
index 63fb1ec2b18d57fa6e164746b146bd3a9342f314..a2e586982783e55227e2e1aa29096d670f8b9d48 100644
--- a/ui/views/mus/desktop_window_tree_host_mus.h
+++ b/ui/views/mus/desktop_window_tree_host_mus.h
@@ -30,10 +30,6 @@ class VIEWS_MUS_EXPORT DesktopWindowTreeHostMus
const std::map<std::string, std::vector<uint8_t>>* mus_properties);
~DesktopWindowTreeHostMus() override;
- // Returns a bitmask of the resize types. See ui::mojom::kResizeBehavior.
- // |delegate| may be null.
- static int32_t GetResizeBehaviorFromDelegate(WidgetDelegate* delegate);
-
private:
bool IsDocked() const;
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/mus/desktop_window_tree_host_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698