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

Side by Side Diff: ash/ash_switches.cc

Issue 11345017: Create ash memory monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make tray linux specific Created 8 years, 1 month 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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/system/monitor/tray_monitor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // Variation of boot animation that uses Tween::EASE_OUT_2. 10 // Variation of boot animation that uses Tween::EASE_OUT_2.
(...skipping 20 matching lines...) Expand all
31 31
32 // Disables boot animation v2, go back to v1. 32 // Disables boot animation v2, go back to v1.
33 const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2"; 33 const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
34 34
35 // Disables panel fitting (used for mirror mode). 35 // Disables panel fitting (used for mirror mode).
36 const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting"; 36 const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
37 37
38 // Enable advanced gestures (e.g. for window management). 38 // Enable advanced gestures (e.g. for window management).
39 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures"; 39 const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
40 40
41 #if defined(OS_LINUX)
42 // Enable memory monitoring.
43 const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
44 #endif
45
41 // Enables the Oak tree viewer. 46 // Enables the Oak tree viewer.
42 const char kAshEnableOak[] = "ash-enable-oak"; 47 const char kAshEnableOak[] = "ash-enable-oak";
43 48
44 // Enables showing the tray bubble by dragging on the shelf. 49 // Enables showing the tray bubble by dragging on the shelf.
45 const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; 50 const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging";
46 51
47 // Enables creating a launcher per display. 52 // Enables creating a launcher per display.
48 const char kAshLauncherPerDisplay[] = "ash-launcher-per-display"; 53 const char kAshLauncherPerDisplay[] = "ash-launcher-per-display";
49 54
50 // If present new lock animations are enabled. 55 // If present new lock animations are enabled.
(...skipping 18 matching lines...) Expand all
69 // Standard hardware reports releases immediately after presses. If set, we 74 // Standard hardware reports releases immediately after presses. If set, we
70 // lock the screen or shutdown the system immediately in response to a press 75 // lock the screen or shutdown the system immediately in response to a press
71 // instead of displaying an interactive animation. 76 // instead of displaying an interactive animation.
72 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; 77 const char kAuraLegacyPowerButton[] = "aura-legacy-power-button";
73 78
74 // Avoid drawing drop shadows under windows. 79 // Avoid drawing drop shadows under windows.
75 const char kAuraNoShadows[] = "aura-no-shadows"; 80 const char kAuraNoShadows[] = "aura-no-shadows";
76 81
77 } // namespace switches 82 } // namespace switches
78 } // namespace ash 83 } // namespace ash
OLDNEW
« no previous file with comments | « ash/ash_switches.h ('k') | ash/system/monitor/tray_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698