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

Unified Diff: views/widget/native_widget_views.h

Issue 7925006: NativeWidgetViews: Implement Maximize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | views/widget/native_widget_views.cc » ('j') | views/widget/native_widget_views.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_views.h
diff --git a/views/widget/native_widget_views.h b/views/widget/native_widget_views.h
index 2600c32c0ea90076803d31cf50e869c3a3a10354..f44821745ab39843ff7fc69537b5f31355d32327 100644
--- a/views/widget/native_widget_views.h
+++ b/views/widget/native_widget_views.h
@@ -147,6 +147,7 @@ class VIEWS_EXPORT NativeWidgetViews : public internal::NativeWidgetPrivate {
bool active_;
+ bool maximized_;
bool minimized_;
// Set when SetAlwaysOnTop is called, or keep_on_top is set during creation.
« no previous file with comments | « no previous file | views/widget/native_widget_views.cc » ('j') | views/widget/native_widget_views.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698