I am filing this bug to keep track of the issue that was mentioned at https://codereview.chromium.org/1750873002/diff/100001/chrome/browser/resources/settings/clear_browsing_data_page/clear_browsing_data_page.js#newcode102.
Pasting from that CL comment below:
"My recollection from using this UI surface in the old Options UI, is that it can take a significant amount of time to clear data, and there is a spinner showing until things are actually cleared. So, I don't think we should be closing the dialog and then starting the cleanup process, instead we should cleanup and once done (signified by a promise) we should be closing the dialog.
That requires of tweaking how 'performClearBrowserData' is implemented in C++ and use cr.sendWithPromise() instead of chrome.send."
Comment 1 by dschuyler@chromium.org
, Apr 6 2016Owner: dschuyler@chromium.org
Status: Duplicate (was: Untriaged)