summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 15:57:52 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 15:57:52 +0000
commit28e94c09ff48b3200306b06a28c03e9d9faa6ec7 (patch)
treead0b656165bbdd03200cd978d3789ec1faf435b4 /chrome/common/chrome_switches.cc
parent79e165f54f12b5e928aae70de7ca80929c2fb71a (diff)
downloadchromium_src-28e94c09ff48b3200306b06a28c03e9d9faa6ec7.zip
chromium_src-28e94c09ff48b3200306b06a28c03e9d9faa6ec7.tar.gz
chromium_src-28e94c09ff48b3200306b06a28c03e9d9faa6ec7.tar.bz2
Add html support to screenlocker background
* escape to close password field. * hide the saver when the password field is shown. (compositing the password field on top of screensaver correctly require more work) * moved methods/function in background_view.cc to be ordered in public, procted and private. (SetOobeProgressBarVisible, IsOobeProgressBarVisible, SetOobeProgress, SetGoIncognitoButtonVisible, OnLocaleChanged) BUG=chromium-os:189 TEST=tested manually on the device, but testing this change requires other CLs on chromium-os repository. Review URL: http://codereview.chromium.org/3273008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58177 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 811ff81..b05292d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1159,6 +1159,9 @@ const char kBWSI[] = "bwsi";
// Indicates that stub implementations of the libcros library should be used.
// This is typically used to test the chromeos build of chrome on the desktop.
const char kStubCros[] = "stub-cros";
+
+// URL of the html page for Screen Saver.
+const char kScreenSaverUrl[] = "screen-saver-url";
#endif
#if defined(OS_LINUX)