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

Unified Diff: third_party/WebKit/Source/platform/text/LocaleMacTest.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
Index: third_party/WebKit/Source/platform/text/LocaleMacTest.cpp
diff --git a/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp b/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp
index 8152bc9cd972580a91ea195af8da2679c9de92c8..06fc799d7d27b82233733c399365be78acceabfa 100644
--- a/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp
+++ b/third_party/WebKit/Source/platform/text/LocaleMacTest.cpp
@@ -132,7 +132,6 @@ protected:
return locale->isRTL();
}
-#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
String monthFormat(const String& localeString)
{
OwnPtr<LocaleMac> locale = LocaleMac::create(localeString);
@@ -180,7 +179,6 @@ protected:
OwnPtr<LocaleMac> locale = LocaleMac::create(localeString);
return locale->localizedDecimalSeparator();
}
-#endif
};
TEST_F(LocaleMacTest, formatWeek)
@@ -274,7 +272,6 @@ TEST_F(LocaleMacTest, isRTL)
EXPECT_FALSE(isRTL("**invalid**"));
}
-#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
TEST_F(LocaleMacTest, monthFormat)
{
EXPECT_STREQ("MMMM yyyy", monthFormat("en_US").utf8().data());
@@ -355,7 +352,6 @@ TEST_F(LocaleMacTest, decimalSeparator)
EXPECT_STREQ(".", decimalSeparator("en_US").utf8().data());
EXPECT_STREQ(",", decimalSeparator("fr_FR").utf8().data());
}
-#endif
TEST_F(LocaleMacTest, invalidLocale)
{
« no previous file with comments | « third_party/WebKit/Source/platform/text/LocaleICUTest.cpp ('k') | third_party/WebKit/Source/platform/text/LocaleWinTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698