Inline histograme name in SavePasswordsPreferences.java
The histogram name "PasswordManager.Android.PasswordSearchTriggered" is put in a String constant in SavePasswordsPreferences. There are two reasons to inline it instead: (1) Inlining allows better presubmit checks for undefined histogram names. (2) There is only one place where the String constant is used, anyway. This CL inlines the histogram name. Bug: 821823 Change-Id: I16d5ed0e23e3402d0307f537eb904ae7220a2c5b Reviewed-on: https://chromium-review.googlesource.com/964842Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#543672}
Showing
Please register or sign in to comment