From 2cb26c9cd3bc2059439fc3700c94ca56132e438d Mon Sep 17 00:00:00 2001 From: Anthony Tseng Date: Tue, 28 May 2019 11:03:59 -0700 Subject: [PATCH] Remove manually disable field trail feature Make sure https://github.com/brave/brave-browser/pull/4551 and https://github.com/brave/brave-core/pull/2471 landed first --- app/brave_main_delegate.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/brave_main_delegate.cc b/app/brave_main_delegate.cc index c6ff5f080ba7..2ad419acc9c0 100644 --- a/app/brave_main_delegate.cc +++ b/app/brave_main_delegate.cc @@ -27,7 +27,6 @@ #include "components/autofill/core/common/autofill_features.h" #include "components/autofill/core/common/autofill_payments_features.h" #include "components/password_manager/core/common/password_manager_features.h" -#include "components/sync/driver/sync_driver_switches.h" #include "components/unified_consent/feature.h" #include "content/public/common/content_features.h" #include "extensions/common/extension_features.h" @@ -148,9 +147,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) { autofill::features::kAutofillServerCommunication.name, features::kAudioServiceOutOfProcess.name, features::kDefaultEnableOopRasterization.name, - // TODO(darkdh): remove this when USS bookmarks is mature - // 84919fdb99b162030a1113d5990667885b774064 - switches::kSyncUSSBookmarks.name, network::features::kNetworkService.name, unified_consent::kUnifiedConsent.name, features::kLookalikeUrlNavigationSuggestionsUI.name,