diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 1cd7ffa..94fd516 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1058,6 +1058,9 @@ const char kVersion[] = "version"; const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver"; #if defined(OS_CHROMEOS) +// Enable WebUI based lock screen. +const char kWebUILockScreen[] = "webui-lock-screen"; + // Enable WebUI based OOBE and login. const char kWebUILogin[] = "webui-login"; |