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

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

Issue 756333003: Prompt for unmasking Wallet credit card on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile post-merge Created 6 years 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 f589b9c5169596d3d804586fd47f2855eaf56bc0..394338c5639882be98d589c4ac4aaf4033a2eb5d 100644
--- a/components/autofill/core/browser/popup_item_ids.h
+++ b/components/autofill/core/browser/popup_item_ids.h
@@ -20,6 +20,9 @@ enum PopupItemId {
POPUP_ITEM_ID_MAC_ACCESS_CONTACTS = -7,
POPUP_ITEM_ID_SCAN_CREDIT_CARD = -8,
POPUP_ITEM_ID_TITLE = -9,
+ // TODO(estade): remove this when real masked instruments
+ // are hooked up.
+ POPUP_ITEM_ID_FAKE_MASKED_INSTRUMENT = -10,
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698