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

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

Issue 134903003: libaddressinput string translations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pull all the way Created 6 years, 11 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 35d2ede96f07bde6eab86e558de338b242348086..45d2e0305468a9612644b37509a818303b364ad8 100644
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_ui.h
@@ -21,17 +21,14 @@
namespace i18n {
namespace addressinput {
-class Localization;
struct AddressUiComponent;
// Returns the list of supported CLDR region codes.
const std::vector<std::string>& GetRegionCodes();
-// Returns the UI components for the CLDR |region_code|. Uses the strings from
-// |localization|. Returns an empty vector on error.
-std::vector<AddressUiComponent> BuildComponents(
- const std::string& region_code,
- const Localization& localization);
+// Returns the UI components for the CLDR |region_code|. Returns an empty vector
+// on error.
+std::vector<AddressUiComponent> BuildComponents(const std::string& region_code);
} // namespace addressinput
} // namespace i18n

Powered by Google App Engine
This is Rietveld 408576698