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

Unified Diff: ash/common/ash_switches.h

Issue 2617733002: Hide docked windows behind a flag (Closed)
Patch Set: Fix tests failed because of DCHECK 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: ash/common/ash_switches.h
diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h
index 08548f65c07e8f7b671d7db7575ea26c2c7a76f9..28f4430f9b26d4f32fd8b370e546e1cf095004f1 100644
--- a/ash/common/ash_switches.h
+++ b/ash/common/ash_switches.h
@@ -27,6 +27,7 @@ ASH_EXPORT extern const char kAshEnableFullscreenAppList[];
ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[];
ASH_EXPORT extern const char kAshEnablePalette[];
ASH_EXPORT extern const char kAshEnablePaletteOnAllDisplays[];
+ASH_EXPORT extern const char kAshEnableDockedWindows[];
varkha 2017/01/18 20:58:32 nit: add new flags in alphabetical order.
ASH_EXPORT extern const char kAshEnableTouchView[];
ASH_EXPORT extern const char kAshEnableMirroredScreen[];
ASH_EXPORT extern const char kAshDisableStableOverviewOrder[];
@@ -42,6 +43,9 @@ ASH_EXPORT extern const char kAuraLegacyPowerButton[];
// True if the pointer (cursor) position should be kept inside root windows.
ASH_EXPORT bool ConstrainPointerToRoot();
+// True if docking windows right or left is enabled.
+ASH_EXPORT bool DockedWindowsEnabled();
+
} // namespace switches
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698