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

Unified Diff: ash/wm/window_state.h

Issue 199283002: Remove ash::switches::UseImmersiveFullscreenForAllWindows() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « ash/wm/default_state.cc ('k') | ash/wm/window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index 32c578223491dd89e2f014c31202b9f91fd0de97..3a98cbb7510e7dffd4c1a99ab7118fae305073c6 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -170,15 +170,6 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
hide_shelf_when_fullscreen_ = value;
}
- // Sets/gets the flag to suppress the cross-fade animation for
- // the transition to the fullscreen state.
- bool animate_to_fullscreen() const {
- return animate_to_fullscreen_;
- }
- void set_animate_to_fullscreen(bool value) {
- animate_to_fullscreen_ = value;
- }
-
// If the minimum visibilty is true, ash will try to keep a
// minimum amount of the window is always visible on the work area
// when shown.
@@ -336,7 +327,6 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
bool unminimize_to_restore_bounds_;
bool hide_shelf_when_fullscreen_;
- bool animate_to_fullscreen_;
bool minimum_visibility_;
bool can_be_dragged_;
« no previous file with comments | « ash/wm/default_state.cc ('k') | ash/wm/window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698