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

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

Issue 2737023002: Update GetClientTag/GetStorageKey comments. (Closed)
Patch Set: Small phrasing change. Created 3 years, 9 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 2ec41c5ae51df413ba334337d69d5f735c7b063e..3d3053c61103453499b3ac238c80d07021a88ac6 100644
--- a/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
+++ b/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
@@ -54,14 +54,7 @@ class AutocompleteSyncBridge : public base::SupportsUserData::Data,
syncer::EntityChangeList entity_changes) override;
void GetData(StorageKeyList storage_keys, DataCallback callback) override;
void GetAllData(DataCallback callback) override;
- // Generate a tag that uniquely identifies |entity_data| across all data
- // types. This is used to identify the entity on the server. The format, which
- // must remain the same for server compatibility, is:
- // "autofill_entry|$name|$value" where $name and $value are escaped.
std::string GetClientTag(const syncer::EntityData& entity_data) override;
- // Generate a string key uniquely identifying |entity_data| in the context of
- // local storage. The format, which should stay the same, is $name|$value"
- // where $name and $value are escaped.
std::string GetStorageKey(const syncer::EntityData& entity_data) override;
// AutofillWebDataServiceObserverOnDBThread implementation.
« 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