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

Unified Diff: Source/WebCore/platform/LocalizedStrings.h

Issue 14141002: Remove ENABLE_INPUT_TYPE_WEEK compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update html.css Created 7 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: Source/WebCore/platform/LocalizedStrings.h
diff --git a/Source/WebCore/platform/LocalizedStrings.h b/Source/WebCore/platform/LocalizedStrings.h
index c0c8198fddfa8ec6e41c9b0992293b3dfde84f60..1d303ce59e9dcc005f1516c55f4ffb2d87d3b99c 100644
--- a/Source/WebCore/platform/LocalizedStrings.h
+++ b/Source/WebCore/platform/LocalizedStrings.h
@@ -143,11 +143,9 @@ namespace WebCore {
// "datetime-local" input UI instead "----".
String placeholderForYearField();
#endif
-#if ENABLE(INPUT_TYPE_WEEK)
// weekFormatInLDML() returns week and year format in LDML, Unicode
// technical standard 35, Locale Data Markup Language, e.g. "'Week' ww, yyyy"
String weekFormatInLDML();
-#endif
String missingPluginText();
String crashedPluginText();
« no previous file with comments | « Source/WebCore/html/WeekInputType.cpp ('k') | Source/WebCore/platform/chromium/LocalizedStringsChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698