DescriptionSimplify PasswordFormManagerState
PasswordFormManagerState has 3 states: pre-matching, matching and post-matching
phase. After https://codereview.chromium.org/2256703002, none of its public
methods can be called during the pre-matching phase.
Therefore only the matching and post-matching phase values are needed. This CL:
* Removes the "pre-matching phase" value
* Renames the remaining values to better describe what they mean
* Removes duplicity from the enum name, makes it an enum class and fixes its
position in the class declaration
R=dvadym@chromium.org
BUG=621355
Committed: https://crrev.com/10eebf2b1a61983cd3e0ae67eb5d77b1dd3bb945
Cr-Commit-Position: refs/heads/master@{#412792}
Patch Set 1 #Patch Set 2 : Add missing cast #Patch Set 3 : Just rebased #Patch Set 4 : Just rebased #
Total comments: 2
Depends on Patchset: Messages
Total messages: 19 (13 generated)
|