Bookmarks++: Add profile prefs for side panel

Includes prefs for sort order and view type.

Bug: 1365606
Change-Id: I540852cefccd8cce21d9fbcb20518e6dc6b15554
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4265912
Reviewed-by: Mikel Astiz <[email protected]>
Reviewed-by: John Lee <[email protected]>
Reviewed-by: David Trainor <[email protected]>
Reviewed-by: Will Harris <[email protected]>
Commit-Queue: Emily Shack <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1112923}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 69b408c..7b5ea12 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -78,6 +78,7 @@
 #include "chrome/browser/ui/toolbar/chrome_labs_prefs.h"
 #include "chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.h"
 #include "chrome/browser/ui/user_education/browser_feature_promo_snooze_service.h"
+#include "chrome/browser/ui/webui/bookmarks/bookmark_prefs.h"
 #include "chrome/browser/ui/webui/flags/flags_ui.h"
 #include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
 #include "chrome/browser/ui/webui/print_preview/policy_settings.h"
@@ -1492,6 +1493,7 @@
   variations::VariationsService::RegisterProfilePrefs(registry);
   video_tutorials::RegisterPrefs(registry);
 #else  // BUILDFLAG(IS_ANDROID)
+  bookmarks_webui::RegisterProfilePrefs(registry);
   browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
   BrowserFeaturePromoSnoozeService::RegisterProfilePrefs(registry);
   captions::LiveTranslateController::RegisterProfilePrefs(registry);