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 Aug 9, 2019
1 parent 9d2c4f8 commit ddb80a5
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 @@ -28,7 +28,6 @@
#include "components/autofill/core/common/autofill_payments_features.h"
#include "components/omnibox/common/omnibox_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 "extensions/common/extension_features.h"
#include "services/network/public/cpp/features.h"
Expand Down Expand Up @@ -160,9 +159,6 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
// Disabled features.
const std::unordered_set<const char*> 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,
};
Expand Down

0 comments on commit ddb80a5

Please sign in to comment.