forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This CL replaces the green view controller with a real remote/recent tabs view controller. The new view controller is intentionally not connected to the model layer because the remote/recent tabs view controller needs refactoring. This CL simply displays the remote/recent tabs view controller. Note: I want to comment on the nomenclature -- remote vs. recent. While the class name is "RecentTabsTableViewController", it has both recent tabs (on current device) and tabs from other devices. The tab grid mocks show only remote tabs in this panel. Also, the accessibility label reads "tabs from other devices" in the tab grid. For now, I will refer to remote tabs in tab grid, while using the RecentTabsTableViewController. This may change, but I didn't want to go back and forth on naming for now. Bug: 845192 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Icb4cd8a25dbd172b70a86117cbdeeafc4d4418cf Reviewed-on: https://chromium-review.googlesource.com/1063561 Reviewed-by: Sergio Collazos <sczs@chromium.org> Reviewed-by: edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#560397}
- Loading branch information
Showing
5 changed files
with
46 additions
and
8 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
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
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