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

Unified Diff: sync/protocol/proto_value_conversions.cc

Issue 2127533003: Remove PasswordForm::ssl_valid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust //ios Created 4 years, 5 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 | « sync/protocol/password_specifics.proto ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/proto_value_conversions.cc
diff --git a/sync/protocol/proto_value_conversions.cc b/sync/protocol/proto_value_conversions.cc
index fc6192a7b1c36a63f5ce3fc9e5d2feaae81af80b..d296e588221b3ea22aa2077f5aac36fc3f906fcb 100644
--- a/sync/protocol/proto_value_conversions.cc
+++ b/sync/protocol/proto_value_conversions.cc
@@ -231,7 +231,6 @@ std::unique_ptr<base::DictionaryValue> PasswordSpecificsDataToValue(
SET_STR(username_value);
SET_STR(password_element);
value->SetString("password_value", "<redacted>");
- SET_BOOL(ssl_valid);
SET_BOOL(preferred);
SET_INT64(date_created);
SET_BOOL(blacklisted);
« no previous file with comments | « sync/protocol/password_specifics.proto ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698