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

Unified Diff: ash/ash_switches.cc

Issue 11345017: Create ash memory monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New files Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 7ae43636ea42301e46a3483e97da3adc8693ddd1..bd13aa01aa90b52e94605f89052a3a32477dbb83 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -28,6 +28,9 @@ const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
// Enable advanced gestures (e.g. for window management).
const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
+// Enable memory monitoring.
+const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
+
// Enables the Oak tree viewer.
const char kAshEnableOak[] = "ash-enable-oak";

Powered by Google App Engine
This is Rietveld 408576698