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

Unified Diff: ios/web/public/ssl_status.h

Issue 2669123003: iOS: Mark HTTP pages with credit card fields with an omnibox icon. (Closed)
Patch Set: Update comments. Created 3 years, 10 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 | « ios/chrome/browser/ssl/ios_security_state_tab_helper.mm ('k') | ios/web/public/test/fakes/test_web_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/ssl_status.h
diff --git a/ios/web/public/ssl_status.h b/ios/web/public/ssl_status.h
index 58b8c533bfad198a8c1c305efdad8b06a49ff774..6a3492b8de4b46cf74ee743fe628d9eb119eed94 100644
--- a/ios/web/public/ssl_status.h
+++ b/ios/web/public/ssl_status.h
@@ -29,6 +29,10 @@ struct SSLStatus {
// HTTP page containing a password input, used to adjust UI on nonsecure
// pages that collect sensitive data.
DISPLAYED_PASSWORD_FIELD_ON_HTTP = 1 << 4,
+
+ // HTTP page containing a credit card input, used to adjust UI on nonsecure
+ // pages that collect sensitive data.
+ DISPLAYED_CREDIT_CARD_FIELD_ON_HTTP = 1 << 5,
};
SSLStatus();
« no previous file with comments | « ios/chrome/browser/ssl/ios_security_state_tab_helper.mm ('k') | ios/web/public/test/fakes/test_web_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698