| 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";
|
|
|
|
|