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

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

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.cc
diff --git a/components/sync/core/write_node.cc b/components/sync/core/write_node.cc
index 0977234702cbce013978ddd190d8df1375a17d00..10f89f0c23c07bd47580909a26920333dda2b42f 100644
--- a/components/sync/core/write_node.cc
+++ b/components/sync/core/write_node.cc
@@ -146,6 +146,9 @@ void WriteNode::SetPasswordSpecifics(
SetEntitySpecifics(entity_specifics);
}
+void WriteNode::SetPasswordSpecificsMetadata(
+ const sync_pb::PasswordSpecificsMetadata& specifics) {}
Nicolas Zea 2016/08/20 00:23:43 I wonder if we really need this. Couldn't you set
+
void WriteNode::SetEntitySpecifics(const sync_pb::EntitySpecifics& new_value) {
ModelType new_specifics_type = GetModelTypeFromSpecifics(new_value);
CHECK(!new_value.password().has_client_only_encrypted_data());

Powered by Google App Engine
This is Rietveld 408576698