Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.56 #3304
WIP: Update patches from Chromium 76.0.3809.132 to Chromium 77.0.3865.56 #3304
Changes from 1 commit
8a454837b54bd685cb31a6f5741abf1e7b47afcce7b02b977e829836b728949fc4d38ce0de6e0ba38f713be5af34438478eaae3181f7d63f207e121faf0faad6ed6a468800747c9b1e10bfe81f42797f4e8d5522ef43217b6d5d3429a3a979d23972eb8d6e13a2567675120d59c932c9b720eb0b9ed69168fc1d62b9797523ab28c6a9772e1221e3f5c4f58e4d781540c6a9c923b9fef0229d246b4fe6bca0cffd30bf8d881f201d24a9ffd508e8257bc4c2a891ebce3536f8237531bda8a34a2f0fd8785476dff3793dd140333460a92c1bac7eac29ca1b4c8b98f10File filter...
Jump to…
Fixes password import from Chrome on Linux.
Passwords are no longer stored using native backend. Switch to importing from LoginDatabase like on other platforms. Chromium change: commit 6811de35a39128fb354f238bce350f9a4a643e9d Author: Mohamed Amir Yosef <mamir@chromium.org> Date: Thu Jul 25 22:26:26 2019 +0000 [PasswordManager] Stop Using Native Backends on Linux systems Recent migrations moved all users who have been using the keying to the LoginDatabase. This CL forces all users to using LoginDatabase instead of native backends on Linux. TBR=pcc@chromium.org Change-Id: Ibac11e68d8f354ecf7f3c9828d95777ea5b3df60 Bug: 950269, 950267