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

Unified Diff: ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm

Issue 2643753002: Add the suggestions UI in chrome (Closed)
Patch Set: Formatting Created 3 years, 11 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/tools_menu/tools_popup_controller.mm
diff --git a/ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm b/ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm
index 837a52b49da0ce02ee6233895c4235232ac5df1c..4edf177a9f3fd761e344ddd25596672751b1b1e3 100644
--- a/ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm
+++ b/ios/chrome/browser/ui/tools_menu/tools_popup_controller.mm
@@ -224,6 +224,9 @@ NS_INLINE UIEdgeInsets TabHistoryPopupMenuInsets() {
case IDC_SHOW_READING_LIST:
// TODO(crbug.com/582957): Add metric here.
break;
+ case IDC_SHOW_SUGGESTIONS_UI:
+ // TODO(crbug.com/682174): Move it out of the tool menu or add metrics.
+ break;
default:
NOTREACHED();
break;

Powered by Google App Engine
This is Rietveld 408576698