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

Unified Diff: components/autofill/core/browser/contact_info.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment 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: components/autofill/core/browser/contact_info.cc
diff --git a/components/autofill/core/browser/contact_info.cc b/components/autofill/core/browser/contact_info.cc
index b3ef9857474559579a4360cc43d61e3b0273dbe3..9bd91c3076a5dd74d9c937424d7c743f9ecf58f9 100644
--- a/components/autofill/core/browser/contact_info.cc
+++ b/components/autofill/core/browser/contact_info.cc
@@ -16,15 +16,6 @@
namespace autofill {
-static const ServerFieldType kAutofillNameInfoTypes[] = {
- NAME_FIRST,
- NAME_MIDDLE,
- NAME_LAST
-};
-
-static const size_t kAutofillNameInfoLength =
- arraysize(kAutofillNameInfoTypes);
-
NameInfo::NameInfo() {}
NameInfo::NameInfo(const NameInfo& info) : FormGroup() {

Powered by Google App Engine
This is Rietveld 408576698