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

Unified Diff: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h

Issue 261013010: autocomplete: add ability to get full address (hidden behind a flag). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 6 years, 7 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: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
index eecbcd8a924bf1d8599ab97cbf536c32f6bbe649..37f6afd43eb1e89707617015e41df643195b9a7d 100644
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
@@ -49,10 +49,6 @@ std::vector<AddressUiComponent> BuildComponents(
const std::string& ui_language_code,
std::string* components_language_code);
-// Returns the fields which are required for the CLDR |region_code|. Returns an
-// empty vector on error.
-std::vector<AddressField> GetRequiredFields(const std::string& region_code);
-
// Returns the string to use as a separator between lines when displaying the
// address in a compact form for BCP 47 |language_code|. For example, returns
// ", " for "en".

Powered by Google App Engine
This is Rietveld 408576698