| 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 7c11505aaca426681acfe3768e621efcce5335ba..b874e51ac6c7b84a21e0e0636778f1438865565f 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| @@ -21,7 +21,8 @@ class GURL;
|
| - (void)openURL:(const GURL&)URL;
|
| // Displays a context menu for opening the |articleItem|.
|
| - (void)displayContextMenuForArticle:(ContentSuggestionsArticleItem*)articleItem
|
| - atPoint:(CGPoint)touchLocation;
|
| + atPoint:(CGPoint)touchLocation
|
| + atIndexPath:(NSIndexPath*)indexPath;
|
|
|
| @end
|
|
|
|
|