| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| index 6ab71452369130c9db7571c8ab38708afb17116c..008f03629bf0fe5215b5f8605a7f4bbc5c977e6a 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| @@ -147,6 +147,9 @@ const NSTimeInterval kAnimationDuration = 0.35;
|
| case ContentSuggestionTypeArticle:
|
| [self openArticle:item];
|
| break;
|
| + case ContentSuggestionTypeMostVisited:
|
| + // TODO(crbug.com/707754): Open the most visited site.
|
| + break;
|
| case ContentSuggestionTypeEmpty:
|
| break;
|
| }
|
|
|