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

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

Issue 2643753002: Add the suggestions UI in chrome (Closed)
Patch Set: Update comments 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
« no previous file with comments | « ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9a5a274edb3d576c2e3a160ad851d3a8fc5edd5f..d549374658de8f28ea2bed01ec8348489922d849 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:
base::RecordAction(UserMetricsAction("MobileMenuReadingList"));
break;
+ case IDC_SHOW_SUGGESTIONS:
+ // TODO(crbug.com/682174): Move it out of the tool menu or add metrics.
+ break;
default:
NOTREACHED();
break;
« no previous file with comments | « ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698