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

Unified Diff: Source/platform/text/PlatformLocale.h

Issue 52553008: Eliminate the CALENDAR_PICKER compile time flag as only android uses this flag and the web facing p… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix winbot by eliminating last checks for CALENDAR_PICKER Created 7 years, 1 month 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: Source/platform/text/PlatformLocale.h
diff --git a/Source/platform/text/PlatformLocale.h b/Source/platform/text/PlatformLocale.h
index 3fb935d00344ba96debf474a0990bf679c3c0dca..513abd05033c258951cebeec6a09c83fca3ea98d 100644
--- a/Source/platform/text/PlatformLocale.h
+++ b/Source/platform/text/PlatformLocale.h
@@ -118,7 +118,6 @@ public:
// December. These strings should not be abbreviations.
virtual const Vector<String>& monthLabels() = 0;
-#if ENABLE(CALENDAR_PICKER)
// Returns a vector of string of which size is 7. The first item is a
// localized short string of Monday, and the last item is a localized
// short string of Saturday. These strings should be short.
@@ -130,7 +129,6 @@ public:
// Returns true if people use right-to-left writing in the locale for this
// object.
virtual bool isRTL() = 0;
-#endif
enum FormatType { FormatTypeUnspecified, FormatTypeShort, FormatTypeMedium };

Powered by Google App Engine
This is Rietveld 408576698