DescriptionWorkaround to remove command line flag on ChromeOS.
When bookmarks experiment is enabled existing code will add a command line flag that will allow opt-out to be shown on a chrome:flags page.
On Chrome OS at time of login if they see command line flag from any experiment they restart browser. It creates delay and user will see a black screen for a couple seconds. It happens on every login, not only the first one.
I talked to CrOS devs and they strongly discourage from using command line flags.
So for Chrome OS only do not add flag to command line but still keep it in a flag_storage. Use flag storage when need to check if flag is set.
BUG=
Committed: https://crrev.com/ff0c52fb645f56ebdee15b256d73997184174257
Cr-Commit-Position: refs/heads/master@{#296504}
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Messages
Total messages: 19 (3 generated)
|