| 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
 | 
|  
 | 
| 
 |