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

Unified Diff: components/sync/core/write_node.h

Issue 2260953002: Supplimentary identifier for passwords specific (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cl format Created 4 years, 4 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/sync/core/write_node.h
diff --git a/components/sync/core/write_node.h b/components/sync/core/write_node.h
index 1c23cb3d57dc289aedbcb806a2998c49c2ce7e61..93a46c2ce9dacdc69fb03c6cb85023724399d099 100644
--- a/components/sync/core/write_node.h
+++ b/components/sync/core/write_node.h
@@ -136,6 +136,11 @@ class WriteNode : public BaseNode {
// Should only be called if GetModelType() == PASSWORD.
void SetPasswordSpecifics(const sync_pb::PasswordSpecificsData& specifics);
+ // Set the password specifics metadata.
+ // Should only be called if GetModelType() == PASSWORD.
+ void SetPasswordSpecificsMetadata(
+ const sync_pb::PasswordSpecificsMetadata& specifics);
+
// Set the typed_url specifics (url, title, typed_count, etc).
// Should only be called if GetModelType() == TYPED_URLS.
void SetTypedUrlSpecifics(const sync_pb::TypedUrlSpecifics& specifics);

Powered by Google App Engine
This is Rietveld 408576698