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

Side by Side Diff: ash/ash_switches.cc

Issue 13896026: Stick windows to sides of workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve docked state when launcher auto-hide changes. Created 7 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/ash_switches.h" 5 #include "ash/ash_switches.h"
6 6
7 namespace ash { 7 namespace ash {
8 namespace switches { 8 namespace switches {
9 9
10 // Enables an animated transition from the boot splash screen (Chrome logo on a 10 // Enables an animated transition from the boot splash screen (Chrome logo on a
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 // Disables ui scaling. 71 // Disables ui scaling.
72 const char kAshDisableUIScaling[] = "ash-disable-ui-scaling"; 72 const char kAshDisableUIScaling[] = "ash-disable-ui-scaling";
73 73
74 // Enable advanced gestures (e.g. for window management). 74 // Enable advanced gestures (e.g. for window management).
75 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; 75 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
76 76
77 // Always enable brightness control. Used by machines that don't report their 77 // Always enable brightness control. Used by machines that don't report their
78 // main monitor as internal. 78 // main monitor as internal.
79 const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control"; 79 const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control";
80 80
81 // Enable the gutter area on a desktop.
flackr 2013/05/01 17:34:04 We might want a nicer name for this. Enable docked
varkha 2013/05/18 03:06:37 Done.
82 const char kAshEnableGutter[] = "ash-enable-gutter";
83
81 // Enable the new audio handler. 84 // Enable the new audio handler.
82 const char kAshEnableNewAudioHandler[] = "ash-enable-new-audio-handler"; 85 const char kAshEnableNewAudioHandler[] = "ash-enable-new-audio-handler";
83 86
84 // Enable immersive fullscreen mode, regardless of default setting. 87 // Enable immersive fullscreen mode, regardless of default setting.
85 const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen"; 88 const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen";
86 89
87 #if defined(OS_LINUX) 90 #if defined(OS_LINUX)
88 // Enable memory monitoring. 91 // Enable memory monitoring.
89 const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor"; 92 const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
90 #endif 93 #endif
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 137
135 #if defined(OS_WIN) 138 #if defined(OS_WIN)
136 // Force Ash to open its root window on the desktop, even on Windows 8 where 139 // Force Ash to open its root window on the desktop, even on Windows 8 where
137 // it would normally end up in metro. 140 // it would normally end up in metro.
138 const char kForceAshToDesktop[] = "ash-force-desktop"; 141 const char kForceAshToDesktop[] = "ash-force-desktop";
139 ; 142 ;
140 #endif 143 #endif
141 144
142 } // namespace switches 145 } // namespace switches
143 } // namespace ash 146 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/property_util.h » ('j') | ash/wm/window_properties.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698