Update thorium_flag_choices.h

This commit is contained in:
Alexander David Frick 2022-08-07 16:49:42 -05:00 committed by GitHub
parent 36fc169feb
commit c08045653f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,4 +78,20 @@ const FeatureEntry::Choice kNumRasterThreadsChoices[] = {
blink::switches::kNumRasterThreads, "4"},
};
const FeatureEntry::Choice kPasswordStoreChoices[] = {
{flags_ui::kGenericExperimentChoiceDefault, "", ""},
{"Basic",
switches::kPasswordStore, "basic"},
{"Kwallet",
switches::kPasswordStore, "kwallet"},
{"Kwallet5",
switches::kPasswordStore, "kwallet5"},
{"Gnome",
switches::kPasswordStore, "gnome"},
{"Gnome-Keyring",
switches::kPasswordStore, "gnome-keyring"},
{"Gnome-LibSecret",
switches::kPasswordStore, "gnome-libsecret"},
};
#endif // CHROME_BROWSER_THORIUM_FLAG_CHOICES_H_