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

Issue 2278043003: Thread-safe version of PassphraseType. (Closed)

Created:
4 years, 3 months ago by melandory
Modified:
4 years, 3 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Thread-safe version of PassphraseType. BUG=638963 Committed: https://crrev.com/a7c2a6c4ad0e6087a81f7624d47a875290b0dbb2 Cr-Commit-Position: refs/heads/master@{#415653}

Patch Set 1 #

Total comments: 10

Patch Set 2 : adresed comments #

Total comments: 1

Patch Set 3 : Thread-safe version of PassphraseType. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -154 lines) Patch
M components/sync/core/sync_encryption_handler.h View 1 chunk +0 lines, -4 lines 0 comments Download
M components/sync/core_impl/sync_encryption_handler_impl.h View 1 2 6 chunks +11 lines, -7 lines 0 comments Download
M components/sync/core_impl/sync_encryption_handler_impl.cc View 1 2 27 chunks +86 lines, -62 lines 0 comments Download
M components/sync/core_impl/sync_encryption_handler_impl_unittest.cc View 1 36 chunks +49 lines, -71 lines 0 comments Download
M components/sync/core_impl/sync_manager_impl_unittest.cc View 1 2 7 chunks +19 lines, -8 lines 0 comments Download
M components/sync/syncable/nigori_handler.h View 2 chunks +7 lines, -0 lines 0 comments Download
M components/sync/test/fake_sync_encryption_handler.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/sync/test/fake_sync_encryption_handler.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (6 generated)
melandory
PTAL. This CL is part of CLs chain described in last mail here: https://codereview.chromium.org/2260953002
4 years, 3 months ago (2016-08-26 16:01:24 UTC) #2
Nicolas Zea
https://codereview.chromium.org/2278043003/diff/1/components/sync/core_impl/sync_encryption_handler_impl.cc File components/sync/core_impl/sync_encryption_handler_impl.cc (right): https://codereview.chromium.org/2278043003/diff/1/components/sync/core_impl/sync_encryption_handler_impl.cc#newcode722 components/sync/core_impl/sync_encryption_handler_impl.cc:722: PassphraseType* passphrase_type = &UnlockVaultMutable(trans)->passphrase_type; given ShouldTriggerMigration doesn't modify the ...
4 years, 3 months ago (2016-08-26 18:25:46 UTC) #3
melandory
https://codereview.chromium.org/2278043003/diff/1/components/sync/core_impl/sync_encryption_handler_impl.cc File components/sync/core_impl/sync_encryption_handler_impl.cc (right): https://codereview.chromium.org/2278043003/diff/1/components/sync/core_impl/sync_encryption_handler_impl.cc#newcode722 components/sync/core_impl/sync_encryption_handler_impl.cc:722: PassphraseType* passphrase_type = &UnlockVaultMutable(trans)->passphrase_type; On 2016/08/26 18:25:45, Nicolas Zea ...
4 years, 3 months ago (2016-08-26 21:36:12 UTC) #4
Nicolas Zea
LGTM https://codereview.chromium.org/2278043003/diff/20001/components/sync/core_impl/sync_encryption_handler_impl.h File components/sync/core_impl/sync_encryption_handler_impl.h (right): https://codereview.chromium.org/2278043003/diff/20001/components/sync/core_impl/sync_encryption_handler_impl.h#newcode236 components/sync/core_impl/sync_encryption_handler_impl.h:236: const PassphraseType& passphrase_type) const; nit: given it's just ...
4 years, 3 months ago (2016-08-26 21:40:42 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2278043003/40001
4 years, 3 months ago (2016-08-31 00:49:26 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/271870)
4 years, 3 months ago (2016-08-31 02:00:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2278043003/40001
4 years, 3 months ago (2016-08-31 15:41:13 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-31 16:29:24 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 16:30:45 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a7c2a6c4ad0e6087a81f7624d47a875290b0dbb2
Cr-Commit-Position: refs/heads/master@{#415653}

Powered by Google App Engine
This is Rietveld 408576698