Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: chrome/browser/about_flags.cc

Issue 2036193002: Allow overriding variation parameter via chrome://flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: After code review Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index bade77bbbbdbc638c3d3e844ddcaa616d10b56dd..fdfa99a3db3060f46c3578e946754a693d899e18 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2021,6 +2021,12 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
switches::kDisableFeatures);
}
+void RegisterAllFeatureVariationParameters(
+ flags_ui::FlagsStorage* flags_storage) {
+ FlagsStateSingleton::GetFlagsState()->RegisterAllFeatureVariationParameters(
+ flags_storage);
+}
+
bool AreSwitchesIdenticalToCurrentCommandLine(
const base::CommandLine& new_cmdline,
const base::CommandLine& active_cmdline,

Powered by Google App Engine
This is Rietveld 408576698