Skip to content

Commit

Permalink
Expose Rewards verbose logging flag on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
zenparsing committed May 18, 2021
1 parent 80e8ab3 commit 9fe9d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chromium_src/chrome/browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ using ntp_background_images::features::kBraveNTPSuperReferralWallpaper;
FEATURE_VALUE_TYPE(permissions::features::kPermissionLifetime)}, \
{"brave-rewards-verbose-logging", \
flag_descriptions::kBraveRewardsVerboseLoggingName, \
flag_descriptions::kBraveRewardsVerboseLoggingDescription, kOsDesktop, \
flag_descriptions::kBraveRewardsVerboseLoggingDescription, \
kOsDesktop | kOsAndroid, \
FEATURE_VALUE_TYPE(brave_rewards::features::kVerboseLoggingFeature)}, \
{"brave-rewards-bitflyer", \
flag_descriptions::kBraveRewardsBitflyerName, \
Expand Down

0 comments on commit 9fe9d25

Please sign in to comment.