Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: ios/chrome/browser/ui/browser_view_controller.mm

Issue 2694263004: Removed CRWSessionEntry from Tab's interface. (Closed)
Patch Set: remove unused function Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/tabs/tab_private.h ('k') | ios/web/navigation/crw_session_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/browser_view_controller.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
index b23e6dd1a5aa86ac7963362d70368ebe73e8ca4c..802ad989c76a4fcb325200eb2dfcaae0406970be 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -3378,7 +3378,7 @@ - (void)showTabHistoryPopupForForwardHistory {
- (void)navigateToSelectedEntry:(id)sender {
DCHECK([sender isKindOfClass:[TabHistoryCell class]]);
TabHistoryCell* selectedCell = (TabHistoryCell*)sender;
- [[_model currentTab] goToEntry:selectedCell.entry];
+ [[_model currentTab] goToItem:selectedCell.entry.navigationItem];
[_toolbarController dismissTabHistoryPopup];
}
« no previous file with comments | « ios/chrome/browser/tabs/tab_private.h ('k') | ios/web/navigation/crw_session_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698