| Index: ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller.h
|
| diff --git a/ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller.h b/ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller.h
|
| index 26f4c72877be9b99ef15bc06a9327ca95ba6dfa1..aa4a5803a9e0413c9e8c995b26dcc1897b67633c 100644
|
| --- a/ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller.h
|
| +++ b/ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller.h
|
| @@ -45,6 +45,10 @@ class ChromeBrowserState;
|
| // Sets the tab restore service to null.
|
| - (void)tabRestoreServiceDestroyed;
|
|
|
| +// TODO(crbug.com/708319): Expose the view controller in preparation for a full
|
| +// view controller conversion.
|
| +- (UIViewController*)viewController;
|
| +
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_UI_NTP_RECENT_TABS_RECENT_TABS_PANEL_CONTROLLER_H_
|
|
|