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

Issue 2887993003: Leave client certificate combobox empty if managed certficate not found (Closed)

Created:
3 years, 7 months ago by pmarko
Modified:
3 years, 7 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, oshima+watch_chromium.org, davemoore+watch_chromium.org, emaxx
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Leave client certificate combobox empty if managed certficate not found If the client certificate is managed by ONC user or device policy, and the policy-specified certifcate (e.g. in a certificate pattern) is not found, the combobox displaying the selected certificate should be empty. Before this change, the first certificte was displayed instead. This was misleading, because the first certificate is not the policy-set certificate, and it is not possible to connect to the network in this state. Note that the user can't change the certificate in this case (because it's managed by policy). BUG=655266 TEST=Manual test Review-Url: https://codereview.chromium.org/2887993003 Cr-Commit-Position: refs/heads/master@{#472787} Committed: https://chromium.googlesource.com/chromium/src/+/5268d0272446b745d2d7299a73c133d63e08a6b5

Patch Set 1 #

Patch Set 2 : Improved comments. #

Total comments: 2

Patch Set 3 : Rebase. #

Patch Set 4 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M chrome/browser/chromeos/options/wifi_config_view.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/options/wifi_config_view.cc View 4 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
pmarko
xiyuan, PTAL.
3 years, 7 months ago (2017-05-17 14:43:42 UTC) #2
xiyuan
lgtm https://codereview.chromium.org/2887993003/diff/20001/chrome/browser/chromeos/options/wifi_config_view.h File chrome/browser/chromeos/options/wifi_config_view.h (right): https://codereview.chromium.org/2887993003/diff/20001/chrome/browser/chromeos/options/wifi_config_view.h#newcode220 chrome/browser/chromeos/options/wifi_config_view.h:220: bool managed_user_cert_not_found_; nit: initialize it to false here. ...
3 years, 7 months ago (2017-05-17 18:17:09 UTC) #3
pmarko
https://codereview.chromium.org/2887993003/diff/20001/chrome/browser/chromeos/options/wifi_config_view.h File chrome/browser/chromeos/options/wifi_config_view.h (right): https://codereview.chromium.org/2887993003/diff/20001/chrome/browser/chromeos/options/wifi_config_view.h#newcode220 chrome/browser/chromeos/options/wifi_config_view.h:220: bool managed_user_cert_not_found_; On 2017/05/17 18:17:09, xiyuan wrote: > nit: ...
3 years, 7 months ago (2017-05-18 12:17:44 UTC) #4
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/2887993003/60001
3 years, 7 months ago (2017-05-18 12:18:23 UTC) #7
commit-bot: I haz the power
3 years, 7 months ago (2017-05-18 13:16:16 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/5268d0272446b745d2d7299a73c1...

Powered by Google App Engine
This is Rietveld 408576698