SavePasswordsPreferences#passwordListAvailable broken
Reported by
kra...@amazon.com,
Jan 24 2017
|
|
Issue descriptionChrome Version: Tip of master OS: Android What steps will reproduce the problem? (1) Invoke SavePasswordsPreferences#passwordListAvailable What is the expected result? The method executes successfully What happens instead? C 1113.802s Main Caused by: java.lang.ClassCastException: org.chromium.chrome.browser.preferences.TextMessagePreference cannot be cast to android.preference.PreferenceCategory C 1113.802s Main at org.chromium.chrome.browser.preferences.password.SavePasswordsPreferences.resetList(SavePasswordsPreferences.java:111) C 1113.802s Main at org.chromium.chrome.browser.preferences.password.SavePasswordsPreferences.passwordListAvailable(SavePasswordsPreferences.java:121) Note: I think this method is currently never called from within Chrome, which is why we can't see this crash in Prod. Seems to be caused by this commit, which adds a view that cannot be cast properly: https://chromium.googlesource.com/chromium/src/+/3b94a508d33ecf9687bd6d539dd940bfd89c59e9 |
|
►
Sign in to add a comment |
|
Comment 1 by dtapu...@chromium.org
, Jun 20 2018