Reland: WebUI NTP: add recipe task module
Relanding crrev.com/c/2469401
The issue involved the string ID change. I'm reverting that change and
will follow-up with change the string IDs.
Revert "Revert "WebUI NTP: add recipe task module""
This reverts commit 54354dde1328e6aee27a01ee9aad6f54654819ab.
Bug: 1138011
Change-Id: Ifb657544605eb55f44494dc791b7c5945a3116a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488391
Auto-Submit: Esmael Elmoslimany <[email protected]>
Reviewed-by: Alex Gough <[email protected]>
Reviewed-by: Robert Kaplow <[email protected]>
Reviewed-by: Nicolas Ouellet-Payeur <[email protected]>
Reviewed-by: Tibor Goldschwendt <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Commit-Queue: Esmael Elmoslimany <[email protected]>
Cr-Commit-Position: refs/heads/master@{#819445}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 5a80af8..f1f5d3c 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -68,7 +68,6 @@
#include "chrome/browser/push_messaging/push_messaging_app_identifier.h"
#include "chrome/browser/rlz/chrome_rlz_tracker_delegate.h"
#include "chrome/browser/search/search.h"
-#include "chrome/browser/search/shopping_tasks/shopping_tasks_service.h"
#include "chrome/browser/sharing/sharing_sync_preference.h"
#include "chrome/browser/ssl/ssl_config_service_manager.h"
#include "chrome/browser/storage/appcache_feature_prefs.h"
@@ -236,7 +235,9 @@
#include "chrome/browser/nearby_sharing/common/nearby_share_prefs.h"
#include "chrome/browser/search/instant_service.h"
#include "chrome/browser/search/promos/promo_service.h"
+#include "chrome/browser/search/recipe_tasks/recipe_tasks_service.h"
#include "chrome/browser/search/search_suggest/search_suggest_service.h"
+#include "chrome/browser/search/shopping_tasks/shopping_tasks_service.h"
#include "chrome/browser/signin/signin_promo.h"
#include "chrome/browser/ui/startup/startup_browser_creator.h"
#include "chrome/browser/ui/webui/history/foreign_session_handler.h"
@@ -899,6 +900,7 @@
ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry);
PinnedTabCodec::RegisterProfilePrefs(registry);
PromoService::RegisterProfilePrefs(registry);
+ RecipeTasksService::RegisterProfilePrefs(registry);
SearchSuggestService::RegisterProfilePrefs(registry);
settings::SettingsUI::RegisterProfilePrefs(registry);
send_tab_to_self::SendTabToSelfBubbleController::RegisterProfilePrefs(