mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update thorium_flag_choices.h
This commit is contained in:
parent
36fc169feb
commit
c08045653f
1 changed files with 16 additions and 0 deletions
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue