13 lines
611 B
Diff
13 lines
611 B
Diff
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
|
index ec85200d643c964acb8fd7bf858e3e7932816d6b..6fc1aa57fc2e700ce12032b77443d423b1495017 100644
|
|
--- a/chrome/browser/about_flags.cc
|
|
+++ b/chrome/browser/about_flags.cc
|
|
@@ -4647,6 +4647,7 @@ const FeatureEntry::FeatureVariation
|
|
//
|
|
// When adding a new choice, add it to the end of the list.
|
|
const FeatureEntry kFeatureEntries[] = {
|
|
+ BRAVE_ABOUT_FLAGS_FEATURE_ENTRIES
|
|
// Include generated flags for flag unexpiry; see //docs/flag_expiry.md and
|
|
// //tools/flags/generate_unexpire_flags.py.
|
|
#include "build/chromeos_buildflags.h"
|