diff --git a/app/brave_main_delegate.cc b/app/brave_main_delegate.cc index b09025ee0d37..132445788e1b 100644 --- a/app/brave_main_delegate.cc +++ b/app/brave_main_delegate.cc @@ -168,6 +168,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) { features::kNotificationTriggers.name, features::kSmsReceiver.name, unified_consent::kUnifiedConsent.name, + switches::kSyncUSSBookmarks.name, }; command_line.AppendFeatures(enabled_features, disabled_features);