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

Unified Diff: components/autofill/content/public/interfaces/autofill_types.mojom

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: components/autofill/content/public/interfaces/autofill_types.mojom
diff --git a/components/autofill/content/public/interfaces/autofill_types.mojom b/components/autofill/content/public/interfaces/autofill_types.mojom
index 8fab0aad9691a3a308813ff6cfe353f69297dbb0..0c334556538866fc81fdec59d47c5bb5273ad4e2 100644
--- a/components/autofill/content/public/interfaces/autofill_types.mojom
+++ b/components/autofill/content/public/interfaces/autofill_types.mojom
@@ -153,7 +153,6 @@ struct PasswordForm {
string new_password_value;
bool new_password_value_is_default;
bool new_password_marked_by_site;
- bool ssl_valid;
bool preferred;
mojo.common.mojom.Time date_created;
mojo.common.mojom.Time date_synced;

Powered by Google App Engine
This is Rietveld 408576698