Skip to content

Commit

Permalink
Remove feature/names
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Nov 28, 2022
1 parent 08549b0 commit b73b96b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions browser/about_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,6 @@ constexpr char kBraveNewsCardPeekFeatureDescription[] =
"Prompt Brave News via the top featured article peeking up from the bottom "
"of the New Tab Page, after a short delay.";

constexpr char kBraveNewsSubscribeButtonName[] =
"Enable Brave News Subscribe Button";
constexpr char kBraveNewsSubscribeButtonDescription[] =
"Show a button in the toolbar to allow you to add supported sites to Brave "
"News.";

constexpr char kCryptoWalletsForNewInstallsName[] =
"Enable Crypto Wallets option in settings";
constexpr char kCryptoWalletsForNewInstallsDescription[] =
Expand Down
3 changes: 0 additions & 3 deletions components/brave_today/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ BASE_FEATURE(kBraveNewsV2Feature,
BASE_FEATURE(kBraveNewsCardPeekFeature,
"BraveNewsCardPeek",
base::FEATURE_ENABLED_BY_DEFAULT);
BASE_FEATURE(kBraveNewsSubscribeButtonFeature,
"BraveNewsSubscribeButton",
base::FEATURE_DISABLED_BY_DEFAULT);

} // namespace features
} // namespace brave_today
1 change: 0 additions & 1 deletion components/brave_today/common/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ namespace features {
BASE_DECLARE_FEATURE(kBraveNewsFeature);
BASE_DECLARE_FEATURE(kBraveNewsV2Feature);
BASE_DECLARE_FEATURE(kBraveNewsCardPeekFeature);
BASE_DECLARE_FEATURE(kBraveNewsSubscribeButtonFeature);

} // namespace features
} // namespace brave_today
Expand Down

0 comments on commit b73b96b

Please sign in to comment.