Skip to content

Commit

Permalink
Updated test for disabled Sync USS Bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Oct 11, 2019
1 parent 9c132c5 commit 7a5ad9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "components/autofill/core/common/autofill_features.h"
#include "components/autofill/core/common/autofill_payments_features.h"
#include "components/omnibox/common/omnibox_features.h"
#include "components/sync/driver/sync_driver_switches.h"
#include "components/unified_consent/feature.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/common/content_features.h"
Expand Down Expand Up @@ -49,6 +50,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&features::kSmsReceiver,
&unified_consent::kUnifiedConsent,
&features::kLookalikeUrlNavigationSuggestionsUI,
&switches::kSyncUSSBookmarks,
};

for (const auto* feature : disabled_features)
Expand Down

0 comments on commit 7a5ad9a

Please sign in to comment.