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 2f463018dc379e958f761dfef3f14f0319e0edd8..8b06ffb926f53b07cac0ccb8307c976abdd9494f 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 @@ class AutofillWebDataBackend { |
// Remove expired elements from the database and commit if needed. |
virtual void RemoveExpiredFormElements() = 0; |
- // 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. |
+ // 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. |
virtual void NotifyOfMultipleAutofillChanges() = 0; |
}; |