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

Unified Diff: ios/web/public/navigation_manager.h

Issue 2766063002: Remove the concept of currentItemIndex (Closed)
Patch Set: Created 3 years, 9 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/web/public/navigation_manager.h
diff --git a/ios/web/public/navigation_manager.h b/ios/web/public/navigation_manager.h
index 2fd5e061d0cd3ae768c87751f7fa871d74dd730d..75b1201337cd7d2f5bac54e5cb8e8189fb60e27f 100644
--- a/ios/web/public/navigation_manager.h
+++ b/ios/web/public/navigation_manager.h
@@ -120,10 +120,6 @@ class NavigationManager {
// Returns the committed NavigationItem at |index|.
virtual NavigationItem* GetItemAtIndex(size_t index) const = 0;
- // Returns the index from which web would go back/forward or reload.
- // TODO(crbug.com/533848): Update to return size_t.
- virtual int GetCurrentItemIndex() const = 0;
-
// Returns the index of the last committed item or -1 if the last
// committed item correspond to a new navigation.
// TODO(crbug.com/533848): Update to return size_t.

Powered by Google App Engine
This is Rietveld 408576698