diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 17:41:03 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 17:41:03 +0000 |
commit | 38d3c10950bc050ec1b5fc78b2bba4ab01231d71 (patch) | |
tree | 8ddf5382cb6665fd1781fbd0514ebdf148c7185d /tools/cros.DEPS | |
parent | 9ec6249b011100c855c479142ea690ec0e0eba5a (diff) | |
download | chromium_src-38d3c10950bc050ec1b5fc78b2bba4ab01231d71.zip chromium_src-38d3c10950bc050ec1b5fc78b2bba4ab01231d71.tar.gz chromium_src-38d3c10950bc050ec1b5fc78b2bba4ab01231d71.tar.bz2 |
CrOS - Check current state of update-engine on startup
Fix bug where Chrome OS does not report that a reboot is needed if
Chrome has crashed since the update was applied.
BUG=chromium-os:14853
TEST=See bug for details. Basically, download and install an update, but don't reboot. Crash chrome intentionally. Go to wrench > About Chrome OS. Verify that it tells you a rebooted is needed.
Review URL: http://codereview.chromium.org/6952011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index f510eee..65af03a 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@9cee76bb", + Var("chromium_git") + "/cros.git@8cab7204", } |