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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_types.h

Issue 23579009: [rAc] Move email address into billing address section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include email address in suggestion preview text, fix some compile errors (unittests need more fixi… Created 7 years, 3 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: chrome/browser/ui/autofill/autofill_dialog_types.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
index 459008b0719e08c9176e5efe9f2bd98b72029c28..ed2bef80bd50a0e7aa93a758a2cf7c7da1738164 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -71,10 +71,9 @@ enum DialogSection {
// The wallet-backed dialog uses a combined CC and billing section.
SECTION_CC_BILLING,
SECTION_SHIPPING,
- SECTION_EMAIL,
// Upper boundary value for looping over all sections.
- SECTION_MAX = SECTION_EMAIL
+ SECTION_MAX = SECTION_SHIPPING
};
// A notification to show in the autofill dialog. Ranges from information to

Powered by Google App Engine
This is Rietveld 408576698