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

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

Issue 2715753002: Convert TabModelTest to use the public API of TabModel. (Closed)
Patch Set: Rebase. 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_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 a5906b2bac5203819d1c4135d20c35b3cd5303a0..aa70df971ea38a66e45d57a05e8d59fb106fbef8 100644
--- a/ios/chrome/browser/tabs/tab_model.h
+++ b/ios/chrome/browser/tabs/tab_model.h
@@ -284,21 +284,4 @@ NSUInteger const kTabPositionAutomatically = NSNotFound;
@end
-@interface TabModel (PrivateForTestingOnly)
-
-// Opens a tab at the specified URL. The newly created tab will not be the child
-// of any other tab. This does not go through the order controller. Used a page
-// transition of TYPED.
-- (Tab*)addTabWithURL:(const GURL&)URL referrer:(const web::Referrer&)referrer;
-
-// Inserts a new tab at the given |index| with the given |URL| and |referrer|.
-// This does not go through the order controller. Uses a page transition of
-// TYPED.
-- (Tab*)insertTabWithURL:(const GURL&)URL
- referrer:(const web::Referrer&)referrer
- opener:(Tab*)parentTab
- atIndex:(NSUInteger)index;
-
-@end
-
#endif // IOS_CHROME_BROWSER_TABS_TAB_MODEL_H_
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698