All flags should migrate to base::Feature with their UI in chrome_flags. The function IsPasswordGenerationEnabled() should be removed.
See go/feature-flags-on-ios for details.
Just noticed that there is another flag that I also have to remove: UseOnlyLocalHeuristicsForPasswordGeneration()
The component code uses base::Feature already, as well as command line flags. Why were those duplicated for iOS? Can't they just be reused?
Comment 1 by noyau@chromium.org
, Aug 3 2017Status: Assigned (was: Untriaged)