| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3dd62e41fe7b3d7c90a9fc18b28b5e240a6aa514..afff354ccf2656f0a0b08e935c02b72971a8685e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1103,6 +1103,9 @@ const char kVersion[] = "version";
|
| // use Chromium's network stack to fetch, and V8 to evaluate.
|
| const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
|
|
|
| +// Shows a memory consumption status area widget for OOM debugging.
|
| +const char kMemoryWidget[] = "memory-widget";
|
| +
|
| #if defined(OS_CHROMEOS)
|
| // Enables WebUI based lock screen.
|
| const char kWebUILockScreen[] = "webui-lock-screen";
|
| @@ -1150,9 +1153,6 @@ const char kLoginScreen[] = "login-screen";
|
| // Controls the initial login screen size. Pass width,height.
|
| const char kLoginScreenSize[] = "login-screen-size";
|
|
|
| -// Shows a memory consumption status area widget for OOM debugging.
|
| -const char kMemoryWidget[] = "memory-widget";
|
| -
|
| // Attempts to load libcros and validate it, then exits. A nonzero return code
|
| // means the library could not be loaded correctly.
|
| const char kTestLoadLibcros[] = "test-load-libcros";
|
|
|