| Index: components/autofill/core/browser/webdata/autofill_webdata_backend.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_webdata_backend.h b/components/autofill/core/browser/webdata/autofill_webdata_backend.h
|
| index 8b06ffb926f53b07cac0ccb8307c976abdd9494f..2f463018dc379e958f761dfef3f14f0319e0edd8 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_webdata_backend.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_webdata_backend.h
|
| @@ -31,10 +31,10 @@
|
| // Remove expired elements from the database and commit if needed.
|
| virtual void RemoveExpiredFormElements() = 0;
|
|
|
| - // Notifies listeners on both DB and UI threads that multiple changes have
|
| - // been made to to Autofill records of the database.
|
| - // NOTE: This method is intended to be called from the DB thread. The UI
|
| - // thread notifications are asynchronous.
|
| + // Notifies listeners on the UI thread that multiple changes have been made to
|
| + // to Autofill records of the database.
|
| + // NOTE: This method is intended to be called from the DB thread. It
|
| + // asynchronously notifies listeners on the UI thread.
|
| virtual void NotifyOfMultipleAutofillChanges() = 0;
|
| };
|
|
|
|
|