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

Unified Diff: components/autofill/core/browser/popup_item_ids.h

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: update Created 4 years, 1 month 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/core/browser/popup_item_ids.h
diff --git a/components/autofill/core/browser/popup_item_ids.h b/components/autofill/core/browser/popup_item_ids.h
index 29be19cb6220cb434483c827e15e1041f943e831..de6f51f37f58d65e85ea6d4ebe595da778bfd4e0 100644
--- a/components/autofill/core/browser/popup_item_ids.h
+++ b/components/autofill/core/browser/popup_item_ids.h
@@ -11,7 +11,7 @@ namespace autofill {
enum PopupItemId {
POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY = 0,
- POPUP_ITEM_ID_WARNING_MESSAGE = -1,
+ POPUP_ITEM_ID_INSECURE_CONTEXT_PAYMENT_DISABLED_MESSAGE = -1,
POPUP_ITEM_ID_PASSWORD_ENTRY = -2,
POPUP_ITEM_ID_SEPARATOR = -3,
POPUP_ITEM_ID_CLEAR_FORM = -4,
@@ -20,6 +20,7 @@ enum PopupItemId {
POPUP_ITEM_ID_SCAN_CREDIT_CARD = -7,
POPUP_ITEM_ID_TITLE = -8,
POPUP_ITEM_ID_CREDIT_CARD_SIGNIN_PROMO = -9,
+ POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE = -10,
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698