| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index b1b0140dd352b9a777e825c3c37efe39159abc56..70ef7bf933ce117f859f4eb7cb3a1792f0021fc6 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -299,6 +299,7 @@ extern const char kMaxSpdyConcurrentStreams[];
|
| extern const char kUserDataDir[];
|
| extern const char kVersion[];
|
| extern const char kWinHttpProxyResolver[];
|
| +extern const char kMemoryWidget[];
|
|
|
| #if defined(OS_CHROMEOS)
|
| extern const char kWebUILockScreen[];
|
| @@ -316,7 +317,6 @@ extern const char kLoginManager[];
|
| // purposes.
|
| extern const char kLoginScreen[];
|
| extern const char kLoginScreenSize[];
|
| -extern const char kMemoryWidget[];
|
| extern const char kTestLoadLibcros[];
|
| extern const char kLoginProfile[];
|
| extern const char kLoginUser[];
|
|
|