| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| index b078851e870fa7278fbb91102a03b7e7678a545e..e25bdb96d9eb2750aac54d145a9e55d470567d0f 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.h
|
| @@ -30,13 +30,6 @@
|
| @property(nonatomic, weak) id<ContentSuggestionsCommands>
|
| suggestionCommandHandler;
|
|
|
| -// Adds a text item with a |title| and a |subtitle| in the section numbered
|
| -// |section|. If |section| is greater than the current number of section, it
|
| -// will add a new section at the end.
|
| -- (void)addTextItem:(NSString*)title
|
| - subtitle:(NSString*)subtitle
|
| - toSection:(NSInteger)inputSection;
|
| -
|
| @end
|
|
|
| #endif // IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_VIEW_CONTROLLER_H_
|
|
|