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

Issue 2470273003: Replace for each loop (Closed)

Created:
4 years, 1 month ago by Yoonjae
Modified:
4 years, 1 month ago
Reviewers:
eroman, Ryan Sleevi, Yoonjae
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, mmenke
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace for each loop BUG=655950 Committed: https://crrev.com/6dea603ddfb631a7645e7ca95ea47e5a1291db29 Cr-Commit-Position: refs/heads/master@{#429627}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Replace for each loop with const auto& #

Patch Set 3 : Replace for each loop with const auto& #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M net/log/net_log_util.cc View 1 2 5 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Yoonjae
@rsleevi PTAL.
4 years, 1 month ago (2016-11-03 07:25:19 UTC) #2
eroman
https://codereview.chromium.org/2470273003/diff/1/net/log/net_log_util.cc File net/log/net_log_util.cc (right): https://codereview.chromium.org/2470273003/diff/1/net/log/net_log_util.cc#newcode161 net/log/net_log_util.cc:161: for (StringToConstant flag : kCertStatusFlags) { Please use: for ...
4 years, 1 month ago (2016-11-03 14:39:43 UTC) #4
Yoonjae
On 2016/11/03 14:39:43, eroman wrote: > https://codereview.chromium.org/2470273003/diff/1/net/log/net_log_util.cc > File net/log/net_log_util.cc (right): > > https://codereview.chromium.org/2470273003/diff/1/net/log/net_log_util.cc#newcode161 > ...
4 years, 1 month ago (2016-11-03 15:01:54 UTC) #5
eroman
lgtm
4 years, 1 month ago (2016-11-03 16:07:08 UTC) #6
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/2470273003/40001
4 years, 1 month ago (2016-11-03 16:08:21 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-03 17:23:19 UTC) #9
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 17:48:04 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6dea603ddfb631a7645e7ca95ea47e5a1291db29
Cr-Commit-Position: refs/heads/master@{#429627}

Powered by Google App Engine
This is Rietveld 408576698