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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.h ('k') | ash/system/monitor/tray_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 6094cf0adf3dca90f89ead8291984ac42f5e1264..1b0b24b793789ed0d47e64e12a83eaee71a38fb8 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -38,6 +38,11 @@ const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
// Enable advanced gestures (e.g. for window management).
const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
+#if defined(OS_LINUX)
+// Enable memory monitoring.
+const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
+#endif
+
// Enables the Oak tree viewer.
const char kAshEnableOak[] = "ash-enable-oak";
« 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