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

Unified Diff: athena/activity/activity_widget_delegate.h

Issue 668513003: Selecting an app window from the overview mode maximizes the window only if it's maximizable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | athena/activity/activity_widget_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/activity_widget_delegate.h
diff --git a/athena/activity/activity_widget_delegate.h b/athena/activity/activity_widget_delegate.h
index 7dbedef4db12d4755acba43c075558d48339730e..93829b66f68a220f228bbe6a96b2629dd3b7cba4 100644
--- a/athena/activity/activity_widget_delegate.h
+++ b/athena/activity/activity_widget_delegate.h
@@ -19,6 +19,9 @@ class ActivityWidgetDelegate : public views::WidgetDelegate {
~ActivityWidgetDelegate() override;
// views::WidgetDelegate:
+ bool CanResize() const override;
+ bool CanMaximize() const override;
+ bool CanMinimize() const override;
base::string16 GetWindowTitle() const override;
void DeleteDelegate() override;
views::Widget* GetWidget() override;
« no previous file with comments | « no previous file | athena/activity/activity_widget_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698