| Index: chrome/browser/password_manager/password_store_mac.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
|
| index 8214aad3783c2b3ea007028d0442fe0db769a207..345297508debf5d4f02310d24efbd0f0b4a74571 100644
|
| --- a/chrome/browser/password_manager/password_store_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac.cc
|
| @@ -758,6 +758,9 @@ bool PasswordStoreMac::Init() {
|
| return PasswordStore::Init();
|
| }
|
|
|
| +void PasswordStoreMac::ShutdownOnUIThread() {
|
| +}
|
| +
|
| void PasswordStoreMac::ScheduleTask(const base::Closure& task) {
|
| if (thread_.get()) {
|
| thread_->message_loop()->PostTask(FROM_HERE, task);
|
|
|