Skip to content

Commit

Permalink
Disable Sync USS Bookmarks
Browse files Browse the repository at this point in the history
Fixes brave-browser#6435
  • Loading branch information
AlexeyBarabash committed Oct 11, 2019
1 parent 585293b commit 9c132c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9c132c5

Please sign in to comment.