| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 14765b84630ee50bebacfaff57794489371cb659..3e81da55a49f56297094ca7a65a57d0e0fa95a4b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1013,8 +1013,8 @@ const char kVersion[] = "version";
|
| const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
|
|
|
| #if defined(OS_CHROMEOS)
|
| -// Enable DOM based login screens.
|
| -const char kDOMLogin[] = "dom-login";
|
| +// Enable WebUI based login screens.
|
| +const char kWebUILogin[] = "webui-login";
|
|
|
| // Enables device policy support on ChromeOS.
|
| const char kEnableDevicePolicy[] = "enable-device-policy";
|
|
|