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
3 // found in the LICENSE file.
5 #ifndef ASH_ASH_SWITCHES_H_
6 #define ASH_ASH_SWITCHES_H_
8 #include "ash/ash_export.h"
13 // Note: If you add a switch, consider if it needs to be copied to a subsequent
14 // command line if the process executes a new copy of itself. (For example,
15 // see chromeos::LoginUtil::GetOffTheRecordCommandLine().)
17 // Please keep alphabetized.
18 ASH_EXPORT
extern const char kAshConstrainPointerToRoot
[];
19 ASH_EXPORT
extern const char kAshDebugShortcuts
[];
20 ASH_EXPORT
extern const char kAshDisableWorkspace2
[];
21 ASH_EXPORT
extern const char kAshEnableAdvancedGestures
[];
22 ASH_EXPORT
extern const char kAshEnableOak
[];
23 ASH_EXPORT
extern const char kAshNotifyDisabled
[];
24 ASH_EXPORT
extern const char kAshSecondaryDisplayLayout
[];
25 ASH_EXPORT
extern const char kAshTouchHud
[];
26 ASH_EXPORT
extern const char kAshWindowAnimationsDisabled
[];
27 ASH_EXPORT
extern const char kAuraGoogleDialogFrames
[];
28 ASH_EXPORT
extern const char kAuraLegacyPowerButton
[];
29 ASH_EXPORT
extern const char kAuraNoShadows
[];
31 } // namespace switches
34 #endif // ASH_ASH_SWITCHES_H_