Revert 258410 "Only restart ui if we're logged in."
commit6f3a956efe62b6825777ed184c6eac18037ce87e
authorachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 20 Mar 2014 23:55:46 +0000 (20 23:55 +0000)
committerachuith@chromium.org <achuith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 20 Mar 2014 23:55:46 +0000 (20 23:55 +0000)
tree475f56cad61733495276d0b7c8e6dfb64d98ee6e
parent418ac1f413106725548196b8a9fcbe6d84913c06
Revert 258410 "Only restart ui if we're logged in."

> Only restart ui if we're logged in.
>
> * Switch to using cryptohome --action=is_mounted instead of manually checking file mounts.
> * oobe_exists can throw an exception as we log in, so handle this.
> * Use the same mechanism for determining if guest is logged in.
> * Move CryptohomePath and the mount-based IsCryptohomeMounted to CrOSTest.
> * Fixup CrOSTest for guest mode.
>
> BUG=
> TEST=manual
> NOTRY=True
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257996
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258135
>
> Review URL: https://codereview.chromium.org/203973003

TBR=achuith@chromium.org

Review URL: https://codereview.chromium.org/207363002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258459 0039d316-1c4b-4281-b951-d872f2087c98
tools/telemetry/telemetry/core/backends/chrome/cros_browser_backend.py
tools/telemetry/telemetry/core/backends/chrome/cros_interface.py
tools/telemetry/telemetry/core/backends/chrome/cros_unittest.py