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

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

Issue 2775623002: [ios] WebStateList owns all WebState it manages. (Closed)
Patch Set: Fix gn check Created 3 years, 8 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/chrome/browser/tabs/tab_private.h
diff --git a/ios/chrome/browser/tabs/tab_private.h b/ios/chrome/browser/tabs/tab_private.h
index 6be2b01a0ac7eaf46034f73b787564ebcabe67ba..553d17e3519de5207784f40d67e436ce9c250551 100644
--- a/ios/chrome/browser/tabs/tab_private.h
+++ b/ios/chrome/browser/tabs/tab_private.h
@@ -26,9 +26,18 @@ class WebStateImpl;
// Replaces the existing |externalAppLauncher_|.
- (void)replaceExternalAppLauncher:(id)externalAppLauncher;
+- (FormInputAccessoryViewController*)inputAccessoryViewController;
+
+// Returns the Tab owning TabModel.
- (TabModel*)parentTabModel;
-- (FormInputAccessoryViewController*)inputAccessoryViewController;
+@end
+
+@interface Tab (Private)
+
+// Attaches tab helper-like objects for AttachTabHelpers. Those objects should
+// be converted in real tab helpers and created by AttachTabHelpers.
+- (void)attachTabHelpers;
@end
« no previous file with comments | « ios/chrome/browser/tabs/tab_model_web_state_list_delegate.mm ('k') | ios/chrome/browser/tabs/tab_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698