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

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: merge conflicts Created 6 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 7dd75d8fa0015bcc80563e27c767f85a30ad752d..80c7e359e5ca028a22dddc190d8b7e66e4d93255 100644
--- a/components/autofill/core/browser/popup_item_ids.h
+++ b/components/autofill/core/browser/popup_item_ids.h
@@ -19,6 +19,7 @@ enum PopupItemId {
POPUP_ITEM_ID_DATALIST_ENTRY = -6,
POPUP_ITEM_ID_MAC_ACCESS_CONTACTS = -7,
POPUP_ITEM_ID_SCAN_CREDIT_CARD = -8,
+ POPUP_ITEM_ID_FAKE_MASKED_INSTRUMENT = -9,
please use gerrit instead 2014/11/28 21:07:46 If there're multiple fake masked instruments, each
Evan Stade 2014/12/01 21:36:24 This "fake" masked instrument is here for testing
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698