Skip to content

Commit

Permalink
Remove manually disable field trail feature
Browse files Browse the repository at this point in the history
Make sure brave/brave-browser#4551 and
#2471 landed first
  • Loading branch information
darkdh committed May 28, 2019
1 parent dec70a7 commit 2cb26c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/brave_main_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 2cb26c9

Please sign in to comment.