summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 04:26:47 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 04:26:47 +0000
commit6684c806090875877a9f3e76ce61c68abd3d2344 (patch)
treee39b8d96d1c8461c6b4709a37059a1e355413eb3 /ash/ash_switches.h
parent96b35f2450f3421c95ab702131ff4c6d4b01054d (diff)
downloadchromium_src-6684c806090875877a9f3e76ce61c68abd3d2344.zip
chromium_src-6684c806090875877a9f3e76ce61c68abd3d2344.tar.gz
chromium_src-6684c806090875877a9f3e76ce61c68abd3d2344.tar.bz2
Add a separate flag for snapping only to 50% and enable it by default.
Once we can get rid of the non-default code path, we can remove a lot of code. If the non-default code path did not exist anymore, a window would be able to side maximize itself by changing its show type and any bounds change could be done by a aura::LayoutManager which listens to changes in show type. That would make fixing crbug.com/320119 a lot simpler. BUG=None TEST=None Review URL: https://codereview.chromium.org/72073010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r--ash/ash_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index f4872df..ed9e413 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -63,6 +63,7 @@ ASH_EXPORT extern const char kAshHideNotificationsForFactory[];
ASH_EXPORT extern const char kAshHostWindowBounds[];
ASH_EXPORT extern const char kAshOverviewDelayOnAltTab[];
ASH_EXPORT extern const char kAshSecondaryDisplayLayout[];
+ASH_EXPORT extern const char kAshMultipleSnapWindowWidths[];
ASH_EXPORT extern const char kAshTouchHud[];
ASH_EXPORT extern const char kAshUseAlternateShelfLayout[];
ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[];