Chromium Code Reviews| 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 |