| Index: ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.mm
|
| diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.mm b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.mm
|
| index 58839e6bbda687110437202ee12a8eca962361f4..41ac68e0992e01c20a04f5695e46e1cc9d07b817 100644
|
| --- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.mm
|
| +++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_mediator.mm
|
| @@ -49,6 +49,7 @@
|
| #pragma mark - Properties
|
|
|
| - (void)setWebStateList:(WebStateList*)webStateList {
|
| + // TODO(crbug.com/727427):Add support for DCHECK(webStateList).
|
| _scopedWebStateListObserver->RemoveAll();
|
| _webStateList = webStateList;
|
| [self populateConsumerItems];
|
|
|