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

Unified Diff: content/ppapi_plugin/ppapi_blink_platform_impl.cc

Issue 1955523002: Fallback on system locale for font selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_blink_platform_impl.cc
diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.cc b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
index e2f25c651a2a6872f4aaabd810ca4bbd0f89bdd8..533a2c9a550c7574c62ad0edbb901f3b14f3419c 100644
--- a/content/ppapi_plugin/ppapi_blink_platform_impl.cc
+++ b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
@@ -200,8 +200,7 @@ blink::WebString PpapiBlinkPlatformImpl::cookies(
}
blink::WebString PpapiBlinkPlatformImpl::defaultLocale() {
- NOTREACHED();
- return blink::WebString();
+ return blink::WebString::fromUTF8("en");
}
blink::WebThemeEngine* PpapiBlinkPlatformImpl::themeEngine() {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/same-script-different-lang-in-Hindi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698