Skip to content

Commit

Permalink
Merge pull request #5731 from brave/francois-enable-prefetch-privacy-…
Browse files Browse the repository at this point in the history
…changes-8319

Enable prefetch-privacy-changes flag by default
  • Loading branch information
fmarier authored Jun 4, 2020
2 parents ea42ff0 + 77c337d commit 7a1f099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -163,6 +163,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
// on
// this feature.
features::kWebUIDarkMode.name,
blink::features::kPrefetchPrivacyChanges.name,
};

if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
Expand Down
1 change: 1 addition & 0 deletions app/brave_main_delegate_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {

IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, EnabledFeatures) {
const base::Feature* enabled_features[] = {
&blink::features::kPrefetchPrivacyChanges,
&password_manager::features::kPasswordImport,
};

Expand Down

0 comments on commit 7a1f099

Please sign in to comment.