helium/core/flags-setup: put helium flags on top

This commit is contained in:
wukko
2025-08-04 16:27:43 +06:00
parent af66427d7a
commit fe8ffb61e4
+7 -7
View File
@@ -1,19 +1,19 @@
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -4733,11 +4733,13 @@ const FeatureEntry::FeatureVariation kHi
@@ -4729,11 +4729,13 @@ const FeatureEntry::FeatureVariation kHi
// calculate and verify checksum.
//
// When adding a new choice, add it to the end of the list.
+#include "chrome/browser/helium_flag_choices.h"
#include "chrome/browser/ungoogled_flag_choices.h"
#include "chrome/browser/bromite_flag_choices.h"
#include "chrome/browser/ungoogled_platform_flag_choices.h"
#include "chrome/browser/existing_switch_flag_choices.h"
+#include "chrome/browser/helium_flag_choices.h"
const FeatureEntry kFeatureEntries[] = {
+#include "chrome/browser/helium_flag_entries.h"
#include "chrome/browser/ungoogled_flag_entries.h"
#include "chrome/browser/bromite_flag_entries.h"
#include "chrome/browser/ungoogled_platform_flag_entries.h"
#include "chrome/browser/existing_switch_flag_entries.h"
+#include "chrome/browser/helium_flag_entries.h"
// Include generated flags for flag unexpiry; see //docs/flag_expiry.md and
// //tools/flags/generate_unexpire_flags.py.
#include "build/chromeos_buildflags.h"
--- /dev/null
+++ b/chrome/browser/helium_flag_choices.h
@@ -0,0 +1,16 @@