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

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

Issue 492043003: Fill on account select in the password manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-added check that form contains a username field. 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 7a8e843dda928e48b72224f92f0e1e3f80e439f1..bcdbc8cc5efd37366b9554920a7f1b4180360f30 100644
--- a/components/autofill/core/browser/popup_item_ids.h
+++ b/components/autofill/core/browser/popup_item_ids.h
@@ -18,6 +18,7 @@ enum PopupItemId {
POPUP_ITEM_ID_AUTOFILL_OPTIONS = -5,
POPUP_ITEM_ID_DATALIST_ENTRY = -6,
POPUP_ITEM_ID_MAC_ACCESS_CONTACTS = -7,
+ POPUP_ITEM_ID_TITLE = -8,
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698