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

Unified Diff: ios/chrome/browser/tabs/tab_model.h

Issue 2690893003: Remove obsolete code in TabModelOrderController. (Closed)
Patch Set: Rebase on origin/master. 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/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab_model.h
diff --git a/ios/chrome/browser/tabs/tab_model.h b/ios/chrome/browser/tabs/tab_model.h
index c5774892622aa0961e1fe96effe93f5a90a5770c..766eeeb64a451ff8e490bf4bb26cb93aacd590ac 100644
--- a/ios/chrome/browser/tabs/tab_model.h
+++ b/ios/chrome/browser/tabs/tab_model.h
@@ -164,10 +164,6 @@ NSUInteger const kTabPositionAutomatically = NSNotFound;
// as forward or back navigations (incrementing/decrementing the navigation
// index) may result in incorrect tab pairings.
-// Returns the first tab in the model opened by the specified tab at its current
-// navigation index. The search starts at the beginning of the list and stops at
-// |tab|. Returns nil if no tab meets these constraints.
-- (Tab*)firstTabWithOpener:(Tab*)tab;
// Returns the last tab in the model opened by the specified tab at its current
// navigation index. The search starts at |tab|. Returns nil if no tab meets
// these constraints.
« no previous file with comments | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698