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

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

Issue 2624883002: [Sync] ApplySyncChanges autofill implementation. (Closed)
Patch Set: More updates for Max's comments. Created 3 years, 11 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
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/autocomplete_sync_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
diff --git a/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h b/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
index 7e4d972c087d7a958f05f292a6e3b5a8d19b078b..962985897c4aa1597b23b279ccafcfb163e318df 100644
--- a/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
+++ b/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
@@ -8,6 +8,7 @@
#include <memory>
#include <string>
+#include "base/macros.h"
#include "base/optional.h"
#include "base/scoped_observer.h"
#include "base/supports_user_data.h"
@@ -65,9 +66,6 @@ class AutocompleteSyncBridge : public base::SupportsUserData::Data,
// AutofillWebDataServiceObserverOnDBThread implementation.
void AutofillEntriesChanged(const AutofillChangeList& changes) override;
- static AutofillEntry CreateAutofillEntry(
- const sync_pb::AutofillSpecifics& autofill_specifics);
-
private:
// Returns the table associated with the |web_data_backend_|.
AutofillTable* GetAutofillTable() const;
@@ -86,6 +84,8 @@ class AutocompleteSyncBridge : public base::SupportsUserData::Data,
ScopedObserver<AutofillWebDataBackend, AutocompleteSyncBridge>
scoped_observer_;
+
+ DISALLOW_COPY_AND_ASSIGN(AutocompleteSyncBridge);
};
} // namespace autofill
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/autocomplete_sync_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698