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

Unified Diff: ash/ash_switches.cc

Issue 2960843004: CrOS Tablet Window management - Split Screen part I (Closed)
Patch Set: nit. Created 3 years, 6 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/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 664c269491c5d56209a49a530d53f00718d47adf..6fa85489700170b38c218c401ee56a4643abffe0 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -47,6 +47,9 @@ const char kAshEnableMagnifierKeyScroller[] =
const char kAshEnablePaletteOnAllDisplays[] =
"ash-enable-palette-on-all-displays";
+// Enables the split view on tablet mode.
+const char kAshEnableTabletSplitView[] = "enable-tablet-splitview";
+
// Enables the observation of accelerometer events to enter touch-view mode.
const char kAshEnableTouchView[] = "enable-touchview";

Powered by Google App Engine
This is Rietveld 408576698