-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use ObserverList for OverviewModeBehavior"
This reverts commit 7dcbfa1. Reason for revert: breaks build, bug 941226 Original change's description: > Use ObserverList for OverviewModeBehavior > > This switches to use ObserverList > OverviewModeObservers in ChromeTabbedActivity. This list gets frequently > modified during iteration, and Array List is throwing a > ConcurrentModificationException because of this right now. > > BUG=938236 > [email protected] > > (cherry picked from commit 0775dc30ab0ccfd38181c219c3bc725ae03a5fa4) > > Change-Id: I65c99b774ae34f2984ddb8f5ca254ff8e2af4569 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1515713 > Commit-Queue: Yusuf Ozuysal <[email protected]> > Reviewed-by: Ted Choc <[email protected]> > Cr-Original-Commit-Position: refs/heads/master@{#639660} > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1518364 > Reviewed-by: Yusuf Ozuysal <[email protected]> > Cr-Commit-Position: refs/branch-heads/3729@{#63} > Cr-Branched-From: d4a8972-refs/heads/master@{#638880} [email protected],[email protected] Change-Id: I20a905b15643de0cc270a5c91dcf79f4a81d9c6d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 938236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1519449 Reviewed-by: Krishna Govind <[email protected]> Cr-Commit-Position: refs/branch-heads/3729@{#70} Cr-Branched-From: d4a8972-refs/heads/master@{#638880}
- Loading branch information
Krishna Govind
committed
Mar 13, 2019
1 parent
3d0a2d1
commit 4bc7b1c
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters