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

Unified Diff: sync/protocol/password_specifics.proto

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
Index: sync/protocol/password_specifics.proto
diff --git a/sync/protocol/password_specifics.proto b/sync/protocol/password_specifics.proto
index 201fb3fec415348606f604817b63782ae21fc18d..146a1de629db6ad9d1436892bafa21a9c6a50d8d 100644
--- a/sync/protocol/password_specifics.proto
+++ b/sync/protocol/password_specifics.proto
@@ -75,9 +75,9 @@ message PasswordSpecificsData {
// For federated logins and blacklisted forms: <empty>
optional string password_value = 8;
+ // Deprecated: http://crbug.com/413020
// True if the credential was saved for a HTTPS session with a valid SSL cert.
// Ignored for Android apps.
- // Note: likely getting deprecated: http://crbug.com/413020
optional bool ssl_valid = 9;
// True for the last credential used for logging in on a given site.
« no previous file with comments | « ios/chrome/browser/passwords/credential_manager_unittest.mm ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698