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

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

Issue 767353002: Support for password manager suggestions on password fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Added message value to iOS grit whitelist 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 7dd75d8fa0015bcc80563e27c767f85a30ad752d..f589b9c5169596d3d804586fd47f2855eaf56bc0 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_TITLE = -9,
};
} // namespace autofill
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | components/autofill/core/common/autofill_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698