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

Issue 43503003: chromeos: Remove SystemSaltGetter::GetSystemSaltSync (Closed)

Created:
7 years, 2 months ago by hashimoto
Modified:
7 years, 1 month ago
Reviewers:
satorux1
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

chromeos: Remove SystemSaltGetter::GetSystemSaltSync Make CryptohomeClient::GetSystemSalt asynchronous BUG=141009 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231286

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Abort when waiting fails #

Patch Set 3 : Fix test #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -63 lines) Patch
M chromeos/cryptohome/system_salt_getter.h View 2 chunks +7 lines, -12 lines 0 comments Download
M chromeos/cryptohome/system_salt_getter.cc View 1 1 chunk +27 lines, -19 lines 0 comments Download
M chromeos/cryptohome/system_salt_getter_unittest.cc View 1 2 1 chunk +1 line, -0 lines 1 comment Download
M chromeos/dbus/cryptohome_client.h View 2 chunks +7 lines, -3 lines 0 comments Download
M chromeos/dbus/cryptohome_client.cc View 2 chunks +23 lines, -12 lines 0 comments Download
M chromeos/dbus/fake_cryptohome_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/fake_cryptohome_client.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chromeos/dbus/mock_cryptohome_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/dbus/mock_dbus_thread_manager.cc View 3 chunks +13 lines, -12 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
hashimoto
7 years, 2 months ago (2013-10-25 07:53:43 UTC) #1
satorux1
https://codereview.chromium.org/43503003/diff/30001/chromeos/cryptohome/system_salt_getter.cc File chromeos/cryptohome/system_salt_getter.cc (right): https://codereview.chromium.org/43503003/diff/30001/chromeos/cryptohome/system_salt_getter.cc#newcode45 chromeos/cryptohome/system_salt_getter.cc:45: LOG_IF(ERROR, !service_is_available) << "WaitForServiceToBeAvailable failed."; I think we should ...
7 years, 2 months ago (2013-10-25 07:59:17 UTC) #2
hashimoto
https://codereview.chromium.org/43503003/diff/30001/chromeos/cryptohome/system_salt_getter.cc File chromeos/cryptohome/system_salt_getter.cc (right): https://codereview.chromium.org/43503003/diff/30001/chromeos/cryptohome/system_salt_getter.cc#newcode45 chromeos/cryptohome/system_salt_getter.cc:45: LOG_IF(ERROR, !service_is_available) << "WaitForServiceToBeAvailable failed."; On 2013/10/25 07:59:17, satorux1 ...
7 years, 2 months ago (2013-10-25 08:01:51 UTC) #3
satorux1
LGTM. All asynchronous!
7 years, 2 months ago (2013-10-25 08:02:33 UTC) #4
hashimoto
https://codereview.chromium.org/43503003/diff/2/chromeos/cryptohome/system_salt_getter_unittest.cc File chromeos/cryptohome/system_salt_getter_unittest.cc (right): https://codereview.chromium.org/43503003/diff/2/chromeos/cryptohome/system_salt_getter_unittest.cc#newcode58 chromeos/cryptohome/system_salt_getter_unittest.cc:58: base::RunLoop().RunUntilIdle(); Test was failing because message loop was not ...
7 years, 1 month ago (2013-10-25 11:06:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/43503003/2
7 years, 1 month ago (2013-10-28 02:41:13 UTC) #6
commit-bot: I haz the power
7 years, 1 month ago (2013-10-28 06:28:09 UTC) #7
Message was sent while issue was closed.
Change committed as 231286

Powered by Google App Engine
This is Rietveld 408576698