| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| index b874e51ac6c7b84a21e0e0636778f1438865565f..bf19ccaf8bc4218eac15cfecd962a8bd3716018f 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| @@ -23,6 +23,8 @@ class GURL;
|
| - (void)displayContextMenuForArticle:(ContentSuggestionsArticleItem*)articleItem
|
| atPoint:(CGPoint)touchLocation
|
| atIndexPath:(NSIndexPath*)indexPath;
|
| +// Dismisses the context menu if it is displayed.
|
| +- (void)dismissContextMenu;
|
|
|
| @end
|
|
|
|
|