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

Unified Diff: chrome/browser/about_flags.cc

Issue 2129543002: Registering field trial for a feature overridden in chrome://flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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
« no previous file with comments | « chrome/browser/about_flags.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 499a307c9789711e72bf8bfd1f01008d70bce068..11c193fd4fa67ee54a091f44d1a49bfddf226f56 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2039,9 +2039,10 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
}
void RegisterAllFeatureVariationParameters(
- flags_ui::FlagsStorage* flags_storage) {
+ flags_ui::FlagsStorage* flags_storage,
+ base::FeatureList* feature_list) {
FlagsStateSingleton::GetFlagsState()->RegisterAllFeatureVariationParameters(
- flags_storage);
+ flags_storage, feature_list);
}
bool AreSwitchesIdenticalToCurrentCommandLine(
« no previous file with comments | « chrome/browser/about_flags.h ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698