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

Unified Diff: apps/ui/views/native_app_window_views.h

Issue 186343002: Create windows for new app window bounds API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nit Created 6 years, 9 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
« no previous file with comments | « apps/ui/native_app_window.h ('k') | apps/ui/views/native_app_window_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/ui/views/native_app_window_views.h
diff --git a/apps/ui/views/native_app_window_views.h b/apps/ui/views/native_app_window_views.h
index d8147f37ec9d3d260fe6fea5d60994f9f7761be5..f22cea9cac4dbe7666297d6c6d2b01526550ce22 100644
--- a/apps/ui/views/native_app_window_views.h
+++ b/apps/ui/views/native_app_window_views.h
@@ -150,10 +150,10 @@ class NativeAppWindowViews : public NativeAppWindow,
virtual void HideWithApp() OVERRIDE;
virtual void ShowWithApp() OVERRIDE;
virtual void UpdateShelfMenu() OVERRIDE;
- virtual gfx::Size GetMinimumSize() const OVERRIDE;
- virtual void SetMinimumSize(const gfx::Size& size) OVERRIDE;
- virtual gfx::Size GetMaximumSize() const OVERRIDE;
- virtual void SetMaximumSize(const gfx::Size& size) OVERRIDE;
+ virtual gfx::Size GetContentMinimumSize() const OVERRIDE;
+ virtual void SetContentMinimumSize(const gfx::Size& size) OVERRIDE;
+ virtual gfx::Size GetContentMaximumSize() const OVERRIDE;
+ virtual void SetContentMaximumSize(const gfx::Size& size) OVERRIDE;
// web_modal::WebContentsModalDialogHost implementation.
virtual gfx::NativeView GetHostView() const OVERRIDE;
« no previous file with comments | « apps/ui/native_app_window.h ('k') | apps/ui/views/native_app_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698