Skip to content

Commit

Permalink
Include kBraveYoutubeScriptInjector feature in chrome_feature_list.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
simoarpe committed Nov 27, 2024
1 parent 83884d5 commit e6ca8d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "base/feature_override.h"
#include "brave/browser/android/background_video/features.h"
#include "brave/browser/android/safe_browsing/features.h"
#include "brave/components/ai_chat/core/common/features.h"
#include "brave/components/brave_news/common/features.h"
Expand All @@ -19,6 +18,7 @@
#include "brave/components/request_otr/common/features.h"
#include "brave/components/speedreader/common/features.h"
#include "brave/components/webcompat/core/common/features.h"
#include "brave/components/youtube_script_injector/common/features.h"
#include "net/base/features.h"
#include "third_party/blink/public/common/features.h"

Expand All @@ -33,7 +33,7 @@
&brave_wallet::features::kNativeBraveWalletFeature, \
&playlist::features::kPlaylist, \
&download::features::kParallelDownloading, \
&preferences::features::kBraveBackgroundVideoPlayback, \
&youtube_script_injector::features::kBraveYouTubeScriptInjector, \
&request_otr::features::kBraveRequestOTRTab, \
&safe_browsing::features::kBraveAndroidSafeBrowsing, \
&speedreader::kSpeedreaderFeature, \
Expand Down

0 comments on commit e6ca8d1

Please sign in to comment.