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

Unified Diff: ios/web/navigation/crw_session_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/web/navigation/crw_session_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/crw_session_controller.mm
diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
index 9bf772a633f5524ab4b77be7e22114c626ca9f4d..aa98921e620a5bc72c68361aaeca35d56bf95462 100644
--- a/ios/web/navigation/crw_session_controller.mm
+++ b/ios/web/navigation/crw_session_controller.mm
@@ -686,7 +686,7 @@ - (void)useDesktopUserAgentForNextPendingItem {
_useDesktopUserAgentForNextPendingItem = YES;
}
-- (NSInteger)indexOfItem:(web::NavigationItem*)item {
+- (NSInteger)indexOfItem:(const web::NavigationItem*)item {
web::NavigationItemList items = self.items;
for (NSInteger i = 0; i < static_cast<NSInteger>(items.size()); ++i) {
if (items[i] == item)
« no previous file with comments | « ios/web/navigation/crw_session_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698