Index: chrome/browser/ui/autofill/autofill_dialog_common.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_common.h b/chrome/browser/ui/autofill/autofill_dialog_common.h |
index 641bed5bbea997e20c4a4a23f27a13cd0591f821..91ce21c3ffe471c36e01f87c7a6221884ddd2281 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_common.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_common.h |
@@ -46,6 +46,10 @@ AutofillMetrics::DialogUiEvent DialogSectionToUiItemAddedEvent( |
AutofillMetrics::DialogUiEvent DialogSectionToUiSelectionChangedEvent( |
DialogSection section); |
+// We hardcode some values. In particular, we don't yet allow the user to change |
+// the country: http://crbug.com/247518 |
+string16 GetHardcodedValueForType(ServerFieldType type); |
+ |
} // namespace common |
} // namespace autofill |