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

Unified Diff: ios/chrome/browser/tabs/tab.mm

Issue 2705673003: Removed CRWSessionEntry from CRWWebController. (Closed)
Patch Set: . 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
Index: ios/chrome/browser/tabs/tab.mm
diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
index 62341e6bafff0811f9a4a3c31adf59ca9ff84365..c93a6768eb3500a4fd9024b3aa9e416e173a8ea1 100644
--- a/ios/chrome/browser/tabs/tab.mm
+++ b/ios/chrome/browser/tabs/tab.mm
@@ -1392,10 +1392,6 @@ - (BOOL)openExternalURL:(const GURL&)url linkClicked:(BOOL)linkClicked {
return NO;
}
-- (void)webWillFinishHistoryNavigationFromEntry:(CRWSessionEntry*)fromEntry {
- [parentTabModel_ notifyTabChanged:self];
-}
-
- (void)webState:(web::WebState*)webState
didFinishNavigation:(web::NavigationContext*)navigation {
if (navigation->IsSamePage()) {
« no previous file with comments | « no previous file | ios/web/navigation/session_storage_builder.mm » ('j') | ios/web/public/web_state/ui/crw_web_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698