diff --git a/app/brave_main_delegate.cc b/app/brave_main_delegate.cc index 1b08c86f7b92..5161fe8fb3fe 100644 --- a/app/brave_main_delegate.cc +++ b/app/brave_main_delegate.cc @@ -30,7 +30,6 @@ #include "components/omnibox/common/omnibox_features.h" #include "components/password_manager/core/common/password_manager_features.h" #include "components/translate/core/browser/translate_prefs.h" -#include "components/sync/driver/sync_driver_switches.h" #include "components/unified_consent/feature.h" #include "extensions/common/extension_features.h" #include "services/network/public/cpp/features.h" @@ -156,9 +155,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) { // Disabled features. const std::unordered_set disabled_features = { autofill::features::kAutofillServerCommunication.name, - // TODO(darkdh): remove this when USS bookmarks is mature - // 84919fdb99b162030a1113d5990667885b774064 - switches::kSyncUSSBookmarks.name, network::features::kNetworkService.name, unified_consent::kUnifiedConsent.name, #if !defined(CHROME_MULTIPLE_DLL_CHILD) && !BUILDFLAG(ENABLE_BRAVE_TRANSLATE)