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

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

Issue 2710913006: Removed -[CRWWebDelegate webController:titleDidChange:]. (Closed)
Patch Set: iOS9 fix 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 | « no previous file | ios/chrome/browser/tabs/tab_unittest.mm » ('j') | ios/web/web_state/ui/crw_web_controller.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab.mm
diff --git a/ios/chrome/browser/tabs/tab.mm b/ios/chrome/browser/tabs/tab.mm
index e8e4d245ae79eb7ce67ed26d4ce2e50fc2850ba7..e02a24cca6157027ba844039d1a681e3a502e1c9 100644
--- a/ios/chrome/browser/tabs/tab.mm
+++ b/ios/chrome/browser/tabs/tab.mm
@@ -1812,8 +1812,7 @@ void TabInfoBarObserver::OnInfoBarReplaced(infobars::InfoBar* old_infobar,
return YES;
}
-- (void)webController:(CRWWebController*)webController
- titleDidChange:(NSString*)title {
+- (void)webStateDidChangeTitle:(web::WebState*)webState {
kkhorimoto 2017/02/28 01:14:55 Let's move this function next to the other WSO cal
Eugene But (OOO till 7-30) 2017/02/28 01:26:45 Done.
[self saveTitleToHistoryDB];
[parentTabModel_ notifyTabChanged:self];
}
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_unittest.mm » ('j') | ios/web/web_state/ui/crw_web_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698