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

Unified Diff: components/flags_ui/flags_state.h

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: 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
Index: components/flags_ui/flags_state.h
diff --git a/components/flags_ui/flags_state.h b/components/flags_ui/flags_state.h
index 6f0ff1f87c865a5ddaa587a9c2d7c10ac50613ff..470ff9a427e9678dde90cfc295f21aec6753e3b6 100644
--- a/components/flags_ui/flags_state.h
+++ b/components/flags_ui/flags_state.h
@@ -17,6 +17,7 @@
namespace base {
class ListValue;
+class FeatureList;
}
namespace flags_ui {
@@ -82,7 +83,8 @@ class FlagsState {
// Registers variations parameter values stored in |flags_storage| (previously
// selected in about:flags).
- void RegisterAllFeatureVariationParameters(FlagsStorage* flags_storage);
+ void RegisterAllFeatureVariationParameters(FlagsStorage* flags_storage,
+ base::FeatureList* feature_list);
// Gets the list of feature entries. Entries that are available for the
// current platform are appended to |supported_entries|; all other entries are

Powered by Google App Engine
This is Rietveld 408576698