Stop deleting LoginDatabase on the UI thread during shutdown
commit3a617c2b8e9378f64e73b1e2ff509de87939346f
authorhashimoto <hashimoto@chromium.org>
Thu, 30 Apr 2015 06:46:38 +0000 (29 23:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 30 Apr 2015 06:47:26 +0000 (30 06:47 +0000)
treefbd3fa02a4dc1bbd260be40b96d4cfe694bdbd57
parent6160055c44df13ba136c17842107782e359ee663
Stop deleting LoginDatabase on the UI thread during shutdown

Deleting LoginDatabase on the UI thread results in destructing sql::Connection.
This results in disk IO on the UI thread and slows down shutdown.

BUG=480822

Review URL: https://codereview.chromium.org/1104813002

Cr-Commit-Position: refs/heads/master@{#327661}
components/password_manager/core/browser/password_store_default.cc