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

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

Issue 24201005: Refactoring: Move queryLocalizedString() to Locale class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 | « Source/core/html/InputType.cpp ('k') | Source/core/platform/LocalizedStrings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/LocalizedStrings.h
diff --git a/Source/core/platform/LocalizedStrings.h b/Source/core/platform/LocalizedStrings.h
index ad53011e87cdc79e4d58abd1c7cb736c8048fcfc..dce4df334a2c488a2ea2bfb5b2011b8cbdc97502 100644
--- a/Source/core/platform/LocalizedStrings.h
+++ b/Source/core/platform/LocalizedStrings.h
@@ -34,11 +34,7 @@ namespace WebCore {
class IntSize;
- String queryLocalizedString(WebKit::WebLocalizedString::Name);
- String queryLocalizedString(WebKit::WebLocalizedString::Name, const String& parameter);
- String queryLocalizedString(WebKit::WebLocalizedString::Name, const String& parameter1, const String& parameter2);
-
- // FIXME: Use queryLocalizedString instead of the following functions.
+ // FIXME: Use Locale::queryString instead of the following functions.
String inputElementAltText();
String resetButtonDefaultLabel();
@@ -118,14 +114,11 @@ namespace WebCore {
String validationMessageValueMissingForRadioText();
String validationMessageValueMissingForSelectText();
String validationMessageTypeMismatchText();
- String validationMessageTypeMismatchForEmailText();
- String validationMessageTypeMismatchForMultipleEmailText();
String validationMessageTypeMismatchForURLText();
String validationMessagePatternMismatchText();
String validationMessageTooLongText(int valueLength, int maxLength);
String validationMessageRangeUnderflowText(const String& minimum);
String validationMessageRangeOverflowText(const String& maximum);
- String validationMessageStepMismatchText(const String& base, const String& step);
String validationMessageBadInputForNumberText();
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
String validationMessageBadInputForDateTimeText();
« no previous file with comments | « Source/core/html/InputType.cpp ('k') | Source/core/platform/LocalizedStrings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698