Commit a1ba1638 authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

PasswordStore: Add lots of DCHECKs that we're on the expected task runner

This makes it clear to the casual reader (like me) which things run on
the main thread and which on the background thread.

Bug: none
Change-Id: Ica9eb3f0fc26e0080d5e7c07750e89f51b2192b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627032
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662589}
parent 32680a60
......@@ -304,8 +304,6 @@ class PasswordStore : protected PasswordStoreSync,
protected:
friend class base::RefCountedThreadSafe<PasswordStore>;
typedef base::Callback<PasswordStoreChangeList(void)> ModificationTask;
// TODO(crbug.com/706392): Fix password reuse detection for Android.
#if defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
// Represents a single CheckReuse() request. Implements functionality to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment