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

Unified Diff: ios/chrome/browser/about_flags.mm

Issue 2182553002: Add other variations (with ids) for NTPSnippets to chrome://flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alexei's comment #5 + fix a bug 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 | « ios/chrome/browser/about_flags.h ('k') | ios/chrome/browser/ios_chrome_main_parts.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/about_flags.mm
diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
index e1aaa74a11c5daa8b429002418d60c04d18d084b..cde3c2b3d2e3cb3b316a2cc4bf7d36d4ecd5cf85 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -260,6 +260,13 @@ void ConvertFlagsToSwitches(flags_ui::FlagsStorage* flags_storage,
AppendSwitchesFromExperimentalSettings(command_line);
}
+std::vector<std::string> RegisterAllFeatureVariationParameters(
+ flags_ui::FlagsStorage* flags_storage,
+ base::FeatureList* feature_list) {
+ return FlagsStateSingleton::GetFlagsState()
+ ->RegisterAllFeatureVariationParameters(flags_storage, feature_list);
+}
+
void GetFlagFeatureEntries(flags_ui::FlagsStorage* flags_storage,
flags_ui::FlagAccess access,
base::ListValue* supported_entries,
« no previous file with comments | « ios/chrome/browser/about_flags.h ('k') | ios/chrome/browser/ios_chrome_main_parts.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698