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

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

Issue 2124343002: [Autofill] Implement Credit Card Signin Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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
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 e22ec5fff317518e98f5a7481a78855fceb101c9..29be19cb6220cb434483c827e15e1041f943e831 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_SCAN_CREDIT_CARD = -7,
POPUP_ITEM_ID_TITLE = -8,
+ POPUP_ITEM_ID_CREDIT_CARD_SIGNIN_PROMO = -9,
};
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | components/autofill/core/browser/test_autofill_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698