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

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

Issue 172783003: rAc: don't show countries with partially supported address fields for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 6 years, 10 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_i18n_input.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
index a4bfe6898c5faea63e5650b58ba42e0a996b9fee..4651f9420d326d3d62b651d05aecd3c7b816f880 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
@@ -62,6 +62,11 @@ void CreateAddressData(
const base::Callback<base::string16(const AutofillType&)>& get_info,
::i18n::addressinput::AddressData* address_data);
+// Whether or not |country_code| has a fully supported address format.
+// TODO(dbeam): remove this when filling dependent locality is supported.
+// http://crbug.com/340929
+bool CountryIsFullySupported(const std::string& country_code);
+
} // namespace i18ninput
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698