Skip to content

Commit

Permalink
Merge pull request #8809 from brave/pr8787_keep-alive-flag_1.25.x
Browse files Browse the repository at this point in the history
fix keep alive flag value (uplift to 1.25.x)
  • Loading branch information
kjozwiak authored May 18, 2021
2 parents a83e56d + 7abc1cd commit 7feca8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromium_src/chrome/browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ using ntp_background_images::features::kBraveNTPSuperReferralWallpaper;
{"brave-ephemeral-storage-keep-alive", \
flag_descriptions::kBraveEphemeralStorageKeepAliveName, \
flag_descriptions::kBraveEphemeralStorageKeepAliveDescription, kOsAll, \
FEATURE_VALUE_TYPE(net::features::kBraveEphemeralStorage)}, \
FEATURE_VALUE_TYPE(net::features::kBraveEphemeralStorageKeepAlive)}, \
{"brave-permission-lifetime", \
flag_descriptions::kBravePermissionLifetimeName, \
flag_descriptions::kBravePermissionLifetimeDescription, kOsAll, \
Expand Down

0 comments on commit 7feca8f

Please sign in to comment.