DescriptionRevert of [views] Changes iteration over |children_| to use range-based for loops (patchset #2 id:20001 of https://codereview.chromium.org/2583343003/ )
Reason for revert:
The following three tests on sync_integration_tests failed by this CL:
TwoClientThemesSyncTest.CustomThenSyncNative_E2ETest
TwoClientThemesSyncTest.CycleOptions_E2ETest
SingleClientThemesSyncTest.NativeTheme
This patch changed to use iterator instead of [] operator, but |children_| seems to be changed somewhere during the iteration.
Original issue's description:
> [views] Changes iteration over |children_| to use range-based for loops
>
> BUG=NONE
> TEST=covered by existing tests
>
> Committed: https://crrev.com/ebc65542d481179168a67b83a3151da26daaaa54
> Cr-Commit-Position: refs/heads/master@{#439909}
TBR=sadrul@chromium.org,ben@chromium.org,varkha@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=NONE
Committed: https://crrev.com/edbb6aaf0bce84755ba4e06b1061b95918eebe67
Cr-Commit-Position: refs/heads/master@{#440007}
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|