Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Issue 10382086: Determine whether user is ephemeral when coming back from a crash (Closed)

Created:
8 years, 7 months ago by bartfab (slow)
Modified:
8 years, 7 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

When Chrome is restarted after a crash, it needs to determine whether the user is logged in as ephemeral. This can be done by checking whether the user is found on the persistent list in local store. BUG=127230 TEST=Log in as ephemeral, turn off ephemeral users, induce a crash: TEST=Chrome now correctly determines that the user is still ephemeral Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137111

Patch Set 1 #

Total comments: 4

Patch Set 2 : Radically simpler fix for the issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M chrome/browser/chromeos/login/user_manager_impl.cc View 1 1 chunk +10 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
bartfab (slow)
Hi Satoru, Nikita, Could you please review the parts of this CL that affect code ...
8 years, 7 months ago (2012-05-09 17:31:30 UTC) #1
satorux1
hashimoto@ knows more about the cryptohome d-bus stuff than me.
8 years, 7 months ago (2012-05-10 07:18:20 UTC) #2
hashimoto
http://codereview.chromium.org/10382086/diff/1/chromeos/dbus/cryptohome_client.h File chromeos/dbus/cryptohome_client.h (right): http://codereview.chromium.org/10382086/diff/1/chromeos/dbus/cryptohome_client.h#newcode64 chromeos/dbus/cryptohome_client.h:64: // Calls IsMountedForUser and returns true when the call ...
8 years, 7 months ago (2012-05-10 07:41:55 UTC) #3
Nikita (slow)
http://codereview.chromium.org/10382086/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10382086/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode896 chrome/browser/chromeos/login/user_manager_impl.cc:896: if (DBusThreadManager::Get()->GetCryptohomeClient()-> That doesn't seem like a correct solution ...
8 years, 7 months ago (2012-05-10 09:10:12 UTC) #4
Nikita (slow)
http://codereview.chromium.org/10382086/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10382086/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode896 chrome/browser/chromeos/login/user_manager_impl.cc:896: if (DBusThreadManager::Get()->GetCryptohomeClient()-> On 2012/05/10 09:10:12, Nikita Kostylev wrote: > ...
8 years, 7 months ago (2012-05-10 09:19:56 UTC) #5
bartfab (slow)
http://codereview.chromium.org/10382086/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc File chrome/browser/chromeos/login/user_manager_impl.cc (right): http://codereview.chromium.org/10382086/diff/1/chrome/browser/chromeos/login/user_manager_impl.cc#newcode896 chrome/browser/chromeos/login/user_manager_impl.cc:896: if (DBusThreadManager::Get()->GetCryptohomeClient()-> Thanks. I was looking through the code ...
8 years, 7 months ago (2012-05-10 09:21:44 UTC) #6
bartfab (slow)
Hi Nikita, could you please review? I found a way to reduce this CL to ...
8 years, 7 months ago (2012-05-15 09:34:44 UTC) #7
Nikita (slow)
lgtm
8 years, 7 months ago (2012-05-15 10:20:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/10382086/2002
8 years, 7 months ago (2012-05-15 10:33:07 UTC) #9
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
8 years, 7 months ago (2012-05-15 11:39:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/10382086/2002
8 years, 7 months ago (2012-05-15 11:40:56 UTC) #11
commit-bot: I haz the power
8 years, 7 months ago (2012-05-15 13:26:02 UTC) #12
Change committed as 137111

Powered by Google App Engine
This is Rietveld 408576698