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

Unified Diff: ios/web/navigation/crw_session_controller.h

Issue 2518783002: [ios] Removed -[CRWSessionController goDelta:]. (Closed)
Patch Set: Created 4 years, 1 month 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/web/navigation/crw_session_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/crw_session_controller.h
diff --git a/ios/web/navigation/crw_session_controller.h b/ios/web/navigation/crw_session_controller.h
index f68fc9978eb7ffd218d100af2d6629e7929ea0ec..0c23f63734667fe9525e70b469dea62d29218e11 100644
--- a/ios/web/navigation/crw_session_controller.h
+++ b/ios/web/navigation/crw_session_controller.h
@@ -109,8 +109,6 @@ struct SSLStatus;
// this controller.
- (void)insertStateFromSessionController:(CRWSessionController*)otherController;
-// Returns YES if there are entries to go with given delta.
-- (BOOL)canGoDelta:(int)delta;
// Sets |currentNavigationIndex_| to the |index| if it's in the entries bounds.
- (void)goToEntryAtIndex:(NSInteger)index;
« no previous file with comments | « no previous file | ios/web/navigation/crw_session_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698