forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of [sync] Fix decryption failure caused by missing user_key (p…
…atchset chromium#2 id:40001 of https://codereview.chromium.org/2813453004/ ) Reason for revert: Causing crashes on all platforms Original issue's description: > [sync] Fix decryption failure caused by missing user_key > > Recently, a change removed code that populated the user_key field of > nigori nodes. Clients running code from before this change fail to > import keys that don't have user_key populated. If a post-change > client commits a nigori node, a pre-change client will fail to > subsequently import it. > This change restores code that populates user_key, but omits code > that fails the import if the user_key is absent. > > R=pavely@chromium.org > BUG=707967 > > Review-Url: https://codereview.chromium.org/2813453004 > Cr-Commit-Position: refs/heads/master@{#463455} > Committed: https://chromium.googlesource.com/chromium/src/+/399458cbfa1d8458842e9119e6ad063716c7e66e TBR=pavely@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=707967 Review-Url: https://codereview.chromium.org/2809853003 Cr-Commit-Position: refs/heads/master@{#463655}
- Loading branch information
pnoland
authored and
Commit bot
committed
Apr 11, 2017
1 parent
8917080
commit 0dd660b
Showing
5 changed files
with
15 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters