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

Unified Diff: components/flags_ui/feature_entry_macros.h

Issue 2146903002: Clean-up the code for default variations in chrome://flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS test crash fix? #2 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 | « components/flags_ui/feature_entry.cc ('k') | components/flags_ui/flags_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/flags_ui/feature_entry_macros.h
diff --git a/components/flags_ui/feature_entry_macros.h b/components/flags_ui/feature_entry_macros.h
index 9394b37303a4496333c338a68fc146d4850bf9fb..f83ce31252f17330129056e68c4a160613585759 100644
--- a/components/flags_ui/feature_entry_macros.h
+++ b/components/flags_ui/feature_entry_macros.h
@@ -35,7 +35,7 @@
#define FEATURE_WITH_VARIATIONS_VALUE_TYPE(feature, feature_variations, \
feature_trial) \
flags_ui::FeatureEntry::FEATURE_WITH_VARIATIONS_VALUE, nullptr, nullptr, \
- nullptr, nullptr, &feature, 2 + arraysize(feature_variations), nullptr, \
+ nullptr, nullptr, &feature, 3 + arraysize(feature_variations), nullptr, \
feature_variations, feature_trial
#endif // COMPONENTS_FLAGS_UI_FEATURE_ENTRY_MACROS_H_
« no previous file with comments | « components/flags_ui/feature_entry.cc ('k') | components/flags_ui/flags_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698