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

Unified Diff: content/test/test_blink_web_unit_test_support.cc

Issue 1435773002: Show form validation message as a fallback tooltip. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index 6f060587a8aab9d99b547e1fde27a97d6e1d1bcb..836e1aa5ccec0fea62eabda2769a3e5475d65862 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -222,6 +222,8 @@ blink::WebString TestBlinkWebUnitTestSupport::queryLocalizedString(
return base::ASCIIToUTF16("<<ThisMonthLabel>>");
case blink::WebLocalizedString::ThisWeekButtonLabel:
return base::ASCIIToUTF16("<<ThisWeekLabel>>");
+ case blink::WebLocalizedString::ValidationValueMissing:
+ return base::ASCIIToUTF16("<<ValidationValueMissing>>");
case blink::WebLocalizedString::WeekFormatTemplate:
return base::ASCIIToUTF16("Week $2, $1");
default:
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLInputElementTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698