| 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..16a84dea815860c34f2f406f359509189fdb8624 100644
|
| --- a/ios/chrome/browser/tabs/tab_private.h
|
| +++ b/ios/chrome/browser/tabs/tab_private.h
|
| @@ -26,10 +26,16 @@ class WebStateImpl;
|
| // Replaces the existing |externalAppLauncher_|.
|
| - (void)replaceExternalAppLauncher:(id)externalAppLauncher;
|
|
|
| -- (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
|
| +
|
| #endif // IOS_CHROME_BROWSER_TABS_TAB_PRIVATE_H_
|
|
|