Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: components/autofill/core/browser/webdata/autofill_webdata_backend.h

Issue 1170123002: Revert of [autofill] Sync server card and address metadata. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698