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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view.h

Issue 2914793005: [mus+ash] Fixes minimum browser window size (store / retrieve kPreferredSize property) (Closed)
Patch Set: [mus+ash] Fixes minimum browser window size (tests) Created 3 years, 6 months 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: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
index f3325171ba484264be357aeb27390a248bece183..d0c44523ed84e499f1f1bd7d17813b28f1c519dc 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
@@ -60,6 +60,9 @@ class BrowserNonClientFrameView : public views::NonClientFrameView,
// Provided for mus. Updates the client-area of the WindowTreeHostMus.
virtual void UpdateClientArea();
+ // Provided for mus to update the minimum window size property.
+ virtual void UpdateMinimumSize();
+
// Overriden from views::View.
void ChildPreferredSizeChanged(views::View* child) override;
void VisibilityChanged(views::View* starting_from, bool is_visible) override;
« no previous file with comments | « ash/public/cpp/mus_property_mirror_ash.cc ('k') | chrome/browser/ui/views/frame/browser_non_client_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698