mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
helium/core/flags-setup: put helium flags on top
This commit is contained in:
@@ -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 @@
|
||||
|
||||
Reference in New Issue
Block a user