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

Issue 2563253002: Fix comment for kPasswordStore in chrome_switches.cc (Closed)

Created:
4 years ago by vabr (Chromium)
Modified:
4 years ago
Reviewers:
msramek
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix comment for kPasswordStore in chrome_switches.cc The comment specified the purpose and possible values of the --password-store switch. It was outdated in both respects. Since the proper implementation of os_crypt on Linux earlier this year, the storage was used not just for passwords, but also for os_crypt's encryption key. This is even more problematic because the comment is picked up to generate http://peter.sh/experiments/chromium-command-line-switches/. This CL updates the description based on the relevant code in components/os_crypt/key_storage_util_linux.cc. The CL does not change the name of the flag on purpose: it is likely contained in a lot of testing and developers' set-ups, and changing it could have unwanted side-effects of testing data suddenly piling up in people's Keyrings/KWallets. Once the alternative backends for Linux will stop being used for storing passwords (https://crbug.com/571003), and only for the single encryption key of os_crypt, it will be much safer to rename the switch. BUG=673121 Committed: https://crrev.com/e19d5fabecf7bf77235fdf5db8350e3b0543d8fe Cr-Commit-Position: refs/heads/master@{#437880}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M chrome/common/chrome_switches.cc View 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
vabr (Chromium)
Hi Martin, Please review. Thanks! Vaclav
4 years ago (2016-12-12 06:58:56 UTC) #6
msramek
LGTM (sorry for the delay, I overlooked the CL at first)
4 years ago (2016-12-12 13:39:49 UTC) #7
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/2563253002/1
4 years ago (2016-12-12 14:08:05 UTC) #9
vabr (Chromium)
On 2016/12/12 13:39:49, msramek wrote: > LGTM (sorry for the delay, I overlooked the CL ...
4 years ago (2016-12-12 14:09:24 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-12 15:50:38 UTC) #13
commit-bot: I haz the power
4 years ago (2016-12-12 15:52:25 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e19d5fabecf7bf77235fdf5db8350e3b0543d8fe
Cr-Commit-Position: refs/heads/master@{#437880}

Powered by Google App Engine
This is Rietveld 408576698