ProfileStatistics are calculated every time settings are opened |
||
Issue descriptionChrome Version: HEAD What steps will reproduce the problem? (1) open settings What is the expected result? settings.ProfileInfoBrowserProxyImpl.getInstance().getProfileStatsCount() should only be called when signing out. What happens instead? profile statistics are calculated every time settings are opened. https://cs.chromium.org/chromium/src/chrome/browser/resources/settings/people_page/people_page.js?l=234&rcl=a7a788faafe45c3f9eb79029a29adfab14917a76 The call to fetch stats was moved from only being executed for the signout route to always execute when sync status changes: https://codereview.chromium.org/2614883004/diff/60001/chrome/browser/resources/settings/people_page/people_page.js
,
Sep 6 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 6 2017