Commit e71c567b authored by edchin's avatar edchin Committed by Commit Bot

[ios] Close All in regular tabs also closes incognito tabs

Bug: 825888
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: Ib47af308aef7797fd682f647e8cfa7481c466a0f
Reviewed-on: https://chromium-review.googlesource.com/999306Reviewed-by: default avataredchin <edchin@chromium.org>
Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: edchin <edchin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548856}
parent 7702030e
......@@ -723,6 +723,7 @@ TabGridPage GetPageFromScrollView(UIScrollView* scrollView) {
[self.incognitoTabsDelegate closeAllItems];
break;
case TabGridPageRegularTabs:
[self.incognitoTabsDelegate closeAllItems];
[self.regularTabsDelegate closeAllItems];
break;
case TabGridPageRemoteTabs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment