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

Side by Side Diff: ash/ash_switches.cc

Issue 10789018: aura: Add X11 host window management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
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 // Show only apps result in app list search. 10 // Show only apps result in app list search.
(...skipping 26 matching lines...) Expand all
37 37
38 // (Most) Chrome OS hardware reports ACPI power button releases correctly. 38 // (Most) Chrome OS hardware reports ACPI power button releases correctly.
39 // Standard hardware reports releases immediately after presses. If set, we 39 // Standard hardware reports releases immediately after presses. If set, we
40 // lock the screen or shutdown the system immediately in response to a press 40 // lock the screen or shutdown the system immediately in response to a press
41 // instead of displaying an interactive animation. 41 // instead of displaying an interactive animation.
42 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 42 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
43 43
44 // Avoid drawing drop shadows under windows. 44 // Avoid drawing drop shadows under windows.
45 const char kAuraNoShadows[] = "aura-no-shadows"; 45 const char kAuraNoShadows[] = "aura-no-shadows";
46 46
47 // Enable host system window management.
48 const char kAuraEnableHostWindowManagement[] =
49 "aura-enable-host-window-management";
50
47 } // namespace switches 51 } // namespace switches
48 } // namespace ash 52 } // namespace ash
OLDNEW
« ash/ash_switches.h ('K') | « ash/ash_switches.h ('k') | ash/hostwm/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698