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

Issue 1423663012: Removing x-x509-user-cert mime handler. (Closed)

Created:
5 years, 1 month ago by svaldez
Modified:
4 years, 11 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, loading-reviews_chromium.org, michaelpg+watch-options_chromium.org, jam, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

- Removing x-x509-user-cert mime-type handling for non-Android systems. BUG=514767 Committed: https://crrev.com/3004135bd9660dd87d673a374def42e9bbec341a Cr-Commit-Position: refs/heads/master@{#368746}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Simplify checks and add Download handler for user certs. #

Total comments: 2

Patch Set 3 : Fix windows strings. #

Total comments: 20

Patch Set 4 : Fixing up code and adding pkix-cert. #

Patch Set 5 : Rebase. #

Patch Set 6 : Fixing rebase. #

Patch Set 7 : Removing CertificateResourceHandler. #

Patch Set 8 : Using MimeType for handler. #

Total comments: 9

Patch Set 9 : Removing certificate mime types. #

Total comments: 10

Patch Set 10 : Adding better comment for C-D hack. #

Total comments: 2

Patch Set 11 : Adding UMA. #

Total comments: 4

Patch Set 12 : Fixing formatting. #

Patch Set 13 : Rebase. #

Patch Set 14 : Fix rebase. #

Patch Set 15 : Rebase. #

Patch Set 16 : Rebase. #

Patch Set 17 : Extra line. #

Total comments: 13

Patch Set 18 : Fix C-D setting. #

Total comments: 2

Patch Set 19 : Moving to chrome. #

Total comments: 1

Patch Set 20 : Adding tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -256 lines) Patch
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/download/download_target_determiner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +8 lines, -1 line 0 comments Download
M chrome/browser/download/download_target_determiner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +16 lines, -0 lines 0 comments Download
M components/mime_util/mime_util.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M components/mime_util/mime_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +0 lines, -36 lines 0 comments Download
M components/mime_util/mime_util_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -24 lines 0 comments Download
D content/browser/loader/certificate_resource_handler.h View 1 2 3 4 5 6 1 chunk +0 lines, -72 lines 0 comments Download
D content/browser/loader/certificate_resource_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -112 lines 0 comments Download
M content/browser/loader/mime_type_resource_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +8 lines, -7 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -2 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 80 (22 generated)
svaldez
Still need to finish cleaning up the Download Handler to open up the Certificate Manager ...
5 years, 1 month ago (2015-10-29 15:03:46 UTC) #3
mmenke
Please file a bug for this. Should also have a test for the loader change ...
5 years, 1 month ago (2015-10-29 15:34:56 UTC) #4
svaldez
Cleaning up the code to keep the mime types while removing the handler for non-Android ...
5 years, 1 month ago (2015-10-29 16:32:19 UTC) #6
mmenke
https://codereview.chromium.org/1423663012/diff/20001/net/base/mime_util.cc File net/base/mime_util.cc (right): https://codereview.chromium.org/1423663012/diff/20001/net/base/mime_util.cc#newcode364 net/base/mime_util.cc:364: *extension = "crt"; Shouldn't this just be in secondary_mappings, ...
5 years, 1 month ago (2015-10-29 16:40:46 UTC) #7
svaldez
https://codereview.chromium.org/1423663012/diff/20001/net/base/mime_util.cc File net/base/mime_util.cc (right): https://codereview.chromium.org/1423663012/diff/20001/net/base/mime_util.cc#newcode364 net/base/mime_util.cc:364: *extension = "crt"; On 2015/10/29 16:40:46, mmenke wrote: > ...
5 years, 1 month ago (2015-10-29 16:55:00 UTC) #8
Ryan Sleevi
https://codereview.chromium.org/1423663012/diff/40001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/40001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode473 chrome/browser/download/chrome_download_manager_delegate.cc:473: ui::PAGE_TRANSITION_LINK, false); I don't think this is right - ...
5 years, 1 month ago (2015-10-30 23:33:47 UTC) #10
Ryan Sleevi
More concrete steps as to possible next steps: - Review http://mxr.mozilla.org/mozilla-central/source/security/manager/ssl/nsNSSCertificateDB.cpp#838 - this is Mozilla's ...
5 years, 1 month ago (2015-10-30 23:43:57 UTC) #11
svaldez
https://codereview.chromium.org/1423663012/diff/40001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/40001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode473 chrome/browser/download/chrome_download_manager_delegate.cc:473: ui::PAGE_TRANSITION_LINK, false); On 2015/10/30 23:33:45, Ryan Sleevi wrote: > ...
5 years, 1 month ago (2015-11-02 16:27:38 UTC) #12
svaldez
On 2015/10/30 23:43:57, Ryan Sleevi wrote: > More concrete steps as to possible next steps: ...
5 years, 1 month ago (2015-11-02 16:29:55 UTC) #13
svaldez
On 2015/11/02 16:29:55, svaldez wrote: > On 2015/10/30 23:43:57, Ryan Sleevi wrote: > > More ...
5 years, 1 month ago (2015-11-02 17:41:41 UTC) #14
Ryan Sleevi
On 2015/11/02 16:29:55, svaldez wrote: > For the first part, shouldn't CertificateListFromBytes be sufficient to ...
5 years, 1 month ago (2015-11-04 03:36:03 UTC) #15
Ryan Sleevi
On 2015/11/02 16:29:55, svaldez wrote: > For the second part of this, I don't think ...
5 years, 1 month ago (2015-11-04 03:39:45 UTC) #16
svaldez
On 2015/11/04 03:39:45, Ryan Sleevi (OOO. no rvws plz) wrote: > On 2015/11/02 16:29:55, svaldez ...
5 years, 1 month ago (2015-11-04 15:25:40 UTC) #17
svaldez
This should be the mime-handler part of the removal of the x-x509-user-cert.
5 years ago (2015-11-23 21:51:26 UTC) #18
svaldez
On 2015/11/23 21:51:26, svaldez wrote: > This should be the mime-handler part of the removal ...
5 years ago (2015-11-30 18:01:41 UTC) #20
svaldez
5 years ago (2015-12-01 19:40:16 UTC) #22
Ryan Sleevi
https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc#newcode366 content/browser/loader/mime_type_resource_handler.cc:366: !mime_util::IsSupportedCertificateMimeType(mime_type)) { I'm not entirely clear why this is ...
5 years ago (2015-12-01 22:45:47 UTC) #23
svaldez
https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc#newcode366 content/browser/loader/mime_type_resource_handler.cc:366: !mime_util::IsSupportedCertificateMimeType(mime_type)) { On 2015/12/01 22:45:47, Ryan Sleevi wrote: > ...
5 years ago (2015-12-01 22:53:36 UTC) #24
Ryan Sleevi
https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc#newcode366 content/browser/loader/mime_type_resource_handler.cc:366: !mime_util::IsSupportedCertificateMimeType(mime_type)) { On 2015/12/01 22:53:36, svaldez wrote: > This ...
5 years ago (2015-12-01 23:00:50 UTC) #25
svaldez
https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc#newcode366 content/browser/loader/mime_type_resource_handler.cc:366: !mime_util::IsSupportedCertificateMimeType(mime_type)) { On 2015/12/01 23:00:50, Ryan Sleevi wrote: > ...
5 years ago (2015-12-01 23:05:22 UTC) #26
Ryan Sleevi
https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc#newcode366 content/browser/loader/mime_type_resource_handler.cc:366: !mime_util::IsSupportedCertificateMimeType(mime_type)) { On 2015/12/01 23:05:22, svaldez wrote: > I ...
5 years ago (2015-12-01 23:15:56 UTC) #27
svaldez
On 2015/12/01 23:15:56, Ryan Sleevi wrote: > https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc > File content/browser/loader/mime_type_resource_handler.cc (right): > > https://codereview.chromium.org/1423663012/diff/140001/content/browser/loader/mime_type_resource_handler.cc#newcode366 ...
5 years ago (2015-12-02 14:53:15 UTC) #28
svaldez
On 2015/12/02 14:53:15, svaldez wrote: > On 2015/12/01 23:15:56, Ryan Sleevi wrote: > > > ...
5 years ago (2015-12-02 16:57:25 UTC) #29
Ryan Sleevi
LGTM % nits https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode470 chrome/browser/download/chrome_download_manager_delegate.cc:470: params = content::OpenURLParams(GURL("chrome://settings/certificates"), There's no way ...
5 years ago (2015-12-08 02:38:37 UTC) #30
svaldez
https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode470 chrome/browser/download/chrome_download_manager_delegate.cc:470: params = content::OpenURLParams(GURL("chrome://settings/certificates"), On 2015/12/08 02:38:37, Ryan Sleevi wrote: ...
5 years ago (2015-12-08 15:43:39 UTC) #31
svaldez
The importPersonal hack CL: https://codereview.chromium.org/1509673004/ https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode470 chrome/browser/download/chrome_download_manager_delegate.cc:470: params = content::OpenURLParams(GURL("chrome://settings/certificates"), On ...
5 years ago (2015-12-08 16:34:35 UTC) #32
Ryan Sleevi
Still LG https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/160001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode470 chrome/browser/download/chrome_download_manager_delegate.cc:470: params = content::OpenURLParams(GURL("chrome://settings/certificates"), On 2015/12/08 16:34:35, svaldez ...
5 years ago (2015-12-09 01:27:24 UTC) #33
svaldez
https://codereview.chromium.org/1423663012/diff/180001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/180001/content/browser/loader/mime_type_resource_handler.cc#newcode346 content/browser/loader/mime_type_resource_handler.cc:346: // deprecated and will be removed upon full <keygen> ...
5 years ago (2015-12-09 21:16:03 UTC) #34
Ryan Sleevi
Still LGTM; adding Ilya for histograms
5 years ago (2015-12-09 21:42:15 UTC) #36
Ilya Sherman
histograms LGTM % nits https://codereview.chromium.org/1423663012/diff/200001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1423663012/diff/200001/tools/metrics/histograms/histograms.xml#newcode50731 tools/metrics/histograms/histograms.xml:50731: + Distribution of Content-Disposition headers ...
5 years ago (2015-12-09 23:13:03 UTC) #37
svaldez
https://codereview.chromium.org/1423663012/diff/200001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1423663012/diff/200001/tools/metrics/histograms/histograms.xml#newcode50731 tools/metrics/histograms/histograms.xml:50731: + Distribution of Content-Disposition headers send with x-x509-user-cert On ...
5 years ago (2015-12-11 16:18:35 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423663012/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423663012/220001
5 years ago (2015-12-11 16:20:06 UTC) #40
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/106749) ios_rel_device_ninja on ...
5 years ago (2015-12-11 16:23:16 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423663012/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423663012/280001
4 years, 11 months ago (2016-01-05 22:30:05 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/75659) chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-05 22:35:48 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423663012/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423663012/300001
4 years, 11 months ago (2016-01-05 23:12:08 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/132759)
4 years, 11 months ago (2016-01-05 23:23:44 UTC) #52
svaldez
asanka, davidben: Could I get an OWNERS review on: chrome/browser/download/chrome_download_manager_delegate.cc content/browser/loader/certificate_resource_handler.cc content/browser/loader/certificate_resource_handler.h content/browser/loader/mime_type_resource_handler.cc
4 years, 11 months ago (2016-01-05 23:27:38 UTC) #54
asanka
https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode472 chrome/browser/download/chrome_download_manager_delegate.cc:472: params = content::OpenURLParams(GURL("chrome://settings/certificates"), This just opens the settings page?
4 years, 11 months ago (2016-01-06 01:55:43 UTC) #55
svaldez
On 2016/01/06 01:55:43, asanka wrote: > https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc > File chrome/browser/download/chrome_download_manager_delegate.cc (right): > > https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode472 > ...
4 years, 11 months ago (2016-01-06 02:18:31 UTC) #56
davidben
https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc#newcode343 content/browser/loader/mime_type_resource_handler.cc:343: // https://crbug.com/568184 - "Temporary" hack to handle servers that ...
4 years, 11 months ago (2016-01-06 03:53:10 UTC) #57
davidben
https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc#newcode346 content/browser/loader/mime_type_resource_handler.cc:346: // deprecated and will be removed upon full <keygen> ...
4 years, 11 months ago (2016-01-06 03:59:04 UTC) #58
asanka
On 2016/01/06 02:18:31, svaldez wrote: > On 2016/01/06 01:55:43, asanka wrote: > > > https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc ...
4 years, 11 months ago (2016-01-06 15:33:43 UTC) #59
asanka
https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc#newcode346 content/browser/loader/mime_type_resource_handler.cc:346: // deprecated and will be removed upon full <keygen> ...
4 years, 11 months ago (2016-01-06 15:55:22 UTC) #60
svaldez
On 2016/01/06 15:55:22, asanka wrote: > https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc > File content/browser/loader/mime_type_resource_handler.cc (right): > > https://codereview.chromium.org/1423663012/diff/320001/content/browser/loader/mime_type_resource_handler.cc#newcode346 > ...
4 years, 11 months ago (2016-01-06 16:19:15 UTC) #61
asanka
Ok. Thanks for the explanation. I'm still on board with not injecting a Content-Disposition header. ...
4 years, 11 months ago (2016-01-06 21:33:09 UTC) #62
svaldez
Should be fixed. https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc File chrome/browser/download/chrome_download_manager_delegate.cc (right): https://codereview.chromium.org/1423663012/diff/320001/chrome/browser/download/chrome_download_manager_delegate.cc#newcode471 chrome/browser/download/chrome_download_manager_delegate.cc:471: if (download->GetOriginalMimeType() == "application/x-x509-user-cert") { On ...
4 years, 11 months ago (2016-01-11 18:02:26 UTC) #63
davidben
content lgtm. Deferring to asanka on the net change since it's downloads-related.
4 years, 11 months ago (2016-01-11 18:45:35 UTC) #64
asanka
https://codereview.chromium.org/1423663012/diff/340001/net/base/filename_util_internal.cc File net/base/filename_util_internal.cc (right): https://codereview.chromium.org/1423663012/diff/340001/net/base/filename_util_internal.cc#newcode249 net/base/filename_util_internal.cc:249: filename = "user.crt"; Let's move this logic to DownloadTargetDeterminer ...
4 years, 11 months ago (2016-01-11 21:16:34 UTC) #65
svaldez
https://codereview.chromium.org/1423663012/diff/340001/net/base/filename_util_internal.cc File net/base/filename_util_internal.cc (right): https://codereview.chromium.org/1423663012/diff/340001/net/base/filename_util_internal.cc#newcode249 net/base/filename_util_internal.cc:249: filename = "user.crt"; On 2016/01/11 21:16:34, asanka wrote: > ...
4 years, 11 months ago (2016-01-11 21:34:55 UTC) #66
asanka
Thanks. Looking much better. You should be able to copy one of the simple tests ...
4 years, 11 months ago (2016-01-11 21:52:43 UTC) #67
svaldez
Done modulo seeing whether the test pass.
4 years, 11 months ago (2016-01-11 22:32:28 UTC) #68
asanka
lgtm. thanks!
4 years, 11 months ago (2016-01-11 22:58:45 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423663012/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423663012/380001
4 years, 11 months ago (2016-01-11 23:21:13 UTC) #72
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/100244) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-11 23:39:01 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1423663012/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1423663012/380001
4 years, 11 months ago (2016-01-12 00:16:43 UTC) #76
commit-bot: I haz the power
Committed patchset #20 (id:380001)
4 years, 11 months ago (2016-01-12 01:07:38 UTC) #78
commit-bot: I haz the power
4 years, 11 months ago (2016-01-12 01:09:03 UTC) #80
Message was sent while issue was closed.
Patchset 20 (id:??) landed as
https://crrev.com/3004135bd9660dd87d673a374def42e9bbec341a
Cr-Commit-Position: refs/heads/master@{#368746}

Powered by Google App Engine
This is Rietveld 408576698