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

Unified Diff: components/native_app_window/native_app_window_views.h

Issue 583603004: Add CanMinimize to classes that implement WidgetDelegate::CanMaximize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@win_resizable
Patch Set: Add TODO. Created 6 years, 3 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: components/native_app_window/native_app_window_views.h
diff --git a/components/native_app_window/native_app_window_views.h b/components/native_app_window/native_app_window_views.h
index 05f29acad11b51ef3e13e1cd7d4bbe5a111a4a2e..0467d2dcb9bde545106e6cb6832f6de856441557 100644
--- a/components/native_app_window/native_app_window_views.h
+++ b/components/native_app_window/native_app_window_views.h
@@ -100,6 +100,7 @@ class NativeAppWindowViews : public extensions::NativeAppWindow,
virtual views::View* GetInitiallyFocusedView() OVERRIDE;
virtual bool CanResize() const OVERRIDE;
virtual bool CanMaximize() const OVERRIDE;
+ virtual bool CanMinimize() const OVERRIDE;
virtual base::string16 GetWindowTitle() const OVERRIDE;
virtual bool ShouldShowWindowTitle() const OVERRIDE;
virtual bool ShouldShowWindowIcon() const OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/task_manager_view.cc ('k') | components/native_app_window/native_app_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698