Index: components/autofill/core/browser/form_structure.cc |
diff --git a/components/autofill/core/browser/form_structure.cc b/components/autofill/core/browser/form_structure.cc |
index ae4de043a1147a5f844e6e47f1a91d9f2d0eeca3..1ea9913bd06e6399b563d7011b4e7743cc742af8 100644 |
--- a/components/autofill/core/browser/form_structure.cc |
+++ b/components/autofill/core/browser/form_structure.cc |
@@ -45,7 +45,6 @@ const char kAttributeFieldType[] = "fieldtype"; |
const char kAttributeFormSignature[] = "formsignature"; |
const char kAttributeName[] = "name"; |
const char kAttributeSignature[] = "signature"; |
-const char kAttributeUrlprefixSignature[] = "urlprefixsignature"; |
const char kAcceptedFeaturesExperiment[] = "e"; // e=experiments |
const char kClientVersion[] = "6.1.1715.1442/en (GGLL)"; |
const char kXMLDeclaration[] = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; |