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

Unified Diff: ash/wm/window_properties.h

Issue 32943006: [Refactor] Replace kFullscreenUsesMinimalChromeKey with WindowState::hide_shelf_when_fullscreen() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 | « ash/wm/gestures/shelf_gesture_handler.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 1bf28ff7ed2e8890736d7a7cd59690898c1cadbf..9f13fadb054068270c850ad84010da42631a1773 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -29,12 +29,6 @@ namespace internal {
// the fullscreen state.
extern const aura::WindowProperty<bool>* const kAnimateToFullscreenKey;
-// A property key to indicate whether there is any chrome at all that cannot be
-// hidden when the window is fullscreen. This is unrelated to whether the full
-// chrome can be revealed by hovering the mouse at the top of the screen.
-ASH_EXPORT extern const aura::WindowProperty<bool>* const
- kFullscreenUsesMinimalChromeKey;
-
// If this is set to true, the window stays in the same root window
// even if the bounds outside of its root window is set.
// This is exported as it's used in the tests.
« no previous file with comments | « ash/wm/gestures/shelf_gesture_handler.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698