app_list/chromeos: Launch search results in a new tab.
[chromium-blink-merge.git] / ash / ash_switches.cc
blobe83b02cd31ae91cf5074e91798776fd81dff9e28
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 #include "ash/ash_switches.h"
7 namespace ash {
8 namespace switches {
10 // Enables the Oak tree viewer.
11 const char kAshEnableOak[] = "ash-enable-oak";
13 // Use Ash notifications.
14 const char kAshNotify[] = "ash-notify";
16 // Enables the heads-up display for tracking touch points.
17 const char kAshTouchHud[] = "ash-touch-hud";
19 // If present animations are disabled.
20 const char kAshWindowAnimationsDisabled[] = "ash-window-animations-disabled";
22 // Use Google-style dialog box frames.
23 const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames";
25 // (Most) Chrome OS hardware reports ACPI power button releases correctly.
26 // Standard hardware reports releases immediately after presses. If set, we
27 // lock the screen or shutdown the system immediately in response to a press
28 // instead of displaying an interactive animation.
29 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
31 // Avoid drawing drop shadows under windows.
32 const char kAuraNoShadows[] = "aura-no-shadows";
34 // Use Aura to manage windows of type WINDOW_TYPE_PANEL.
35 const char kAuraPanelManager[] = "aura-panels";
37 } // namespace switches
38 } // namespace ash