| Index: chrome/browser/webdata/web_data_service.h
|
| diff --git a/chrome/browser/webdata/web_data_service.h b/chrome/browser/webdata/web_data_service.h
|
| index 986695c73d2b582240bd551bb8ecfe7c024e201f..42c1cf20d1df7cf89a7653d86c3b8ef6ad3971ac 100644
|
| --- a/chrome/browser/webdata/web_data_service.h
|
| +++ b/chrome/browser/webdata/web_data_service.h
|
| @@ -504,6 +504,12 @@ class WebDataService
|
| const base::Time& delete_begin,
|
| const base::Time& delete_end);
|
|
|
| + // 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
|
| + // it asynchronously notifies listeners on the UI thread.
|
| + void NotifyOfMultipleAutofillChanges();
|
| +
|
| // Testing
|
| #ifdef UNIT_TEST
|
| void set_failed_init(bool value) { failed_init_ = value; }
|
|
|