Skip to content

Commit

Permalink
Merge pull request #8810 from brave/pr8787_keep-alive-flag_1.24.x
Browse files Browse the repository at this point in the history
fix keep alive flag value (uplift to 1.24.x)
  • Loading branch information
kjozwiak committed May 18, 2021
2 parents 4605cda + baf644a commit e38e958
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 @@ -160,7 +160,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 e38e958

Please sign in to comment.