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

Unified Diff: third_party/WebKit/Source/platform/text/PlatformLocale.cpp

Issue 1897163002: Remove ENABLE(INPUT_MULTIPLE_FIELDS_UI) conditional compilation in platform/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/text/PlatformLocale.cpp
diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
index 782e18c181ecff55789c6f391e2188ea70bc329e..99b7fd7ce7cd4171ed22d153588db19fce6cd738 100644
--- a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
+++ b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
@@ -413,13 +413,11 @@ String Locale::stripInvalidNumberCharacters(const String& input, const String& s
return builder.toString();
}
-#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
String Locale::localizedDecimalSeparator()
{
initializeLocaleData();
return m_decimalSymbols[DecimalSeparatorIndex];
}
-#endif
String Locale::formatDateTime(const DateComponents& date, FormatType formatType)
{
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698