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 98d6f67176e1bbc38b6efb3ba0863be60652d3ac..8aca892c28c55b3f8ed71f15e3a8fddd930acccb 100644
|
|
--- a/chrome/browser/about_flags.cc
|
|
+++ b/chrome/browser/about_flags.cc
|
|
@@ -4682,6 +4682,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"
|