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

Unified Diff: ui/views/widget/native_widget_aura.h

Issue 2625113004: Unify window fullscreen and minimizing implementation (Closed)
Patch Set: Update Created 3 years, 11 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: ui/views/widget/native_widget_aura.h
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
index 921c119f5522c1f18da7967f858686dc4c10eea7..6b8b6da7300342010eb9e9d15072287b9e9c1218 100644
--- a/ui/views/widget/native_widget_aura.h
+++ b/ui/views/widget/native_widget_aura.h
@@ -218,9 +218,6 @@ class VIEWS_EXPORT NativeWidgetAura
gfx::NativeCursor cursor_;
- // The saved window state for exiting full screen state.
- ui::WindowShowState saved_window_state_;
-
std::unique_ptr<TooltipManagerAura> tooltip_manager_;
// Reorders child windows of |window_| associated with a view based on the

Powered by Google App Engine
This is Rietveld 408576698