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

Unified Diff: third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp

Issue 2213393002: Defer computing localeForHan until needed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drott review Created 4 years, 4 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 | « third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolver.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp b/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
index efc026b13907d99ff5002c433502fcc6282d40c1..a5b97de7a73c74e2333152faa2411e64a10720f9 100644
--- a/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolverTest.cpp
@@ -17,6 +17,7 @@ TEST(AcceptLanguagesResolverTest, AcceptLanguagesChanged)
const char* locale;
} tests[] = {
// Non-Han script cases.
+ { nullptr, USCRIPT_COMMON, nullptr },
{ "", USCRIPT_COMMON, nullptr },
{ "en-US", USCRIPT_COMMON, nullptr },
{ ",en-US", USCRIPT_COMMON, nullptr },
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/AcceptLanguagesResolver.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698