Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h

Issue 2865183003: Use the same design for all suggestions (Closed)
Patch Set: Address comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 466424fa0051ecfff0f3948b1cdba45d695afa26..e5d015afd475cfd8b93b60ff71b2fa225d18c47a 100644
--- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
+++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
@@ -5,7 +5,7 @@
#ifndef IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_COMMANDS_H_
#define IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_COMMANDS_H_
-@class ContentSuggestionsArticleItem;
+@class ContentSuggestionsItem;
class GURL;
// Commands protocol for the ContentSuggestionsViewController.
@@ -16,7 +16,7 @@ class GURL;
// Opens the |URL|.
- (void)openURL:(const GURL&)URL;
// Displays a context menu for opening the |articleItem|.
-- (void)displayContextMenuForArticle:(ContentSuggestionsArticleItem*)articleItem
+- (void)displayContextMenuForArticle:(ContentSuggestionsItem*)articleItem
atPoint:(CGPoint)touchLocation
atIndexPath:(NSIndexPath*)indexPath;
// Dismisses the context menu if it is displayed.

Powered by Google App Engine
This is Rietveld 408576698