Index: content/ppapi_plugin/ppapi_thread.h |
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h |
index 352650b2c9d4ed41fae906f98575cb31d921a892..a7c6a3ebd741986bb4a75a8b21e318cbb3ffdf85 100644 |
--- a/content/ppapi_plugin/ppapi_thread.h |
+++ b/content/ppapi_plugin/ppapi_thread.h |
@@ -62,6 +62,7 @@ class PpapiThread : public ChildThread, |
// SendToBrowser() is intended to be safe to use on another thread so |
// long as the main PpapiThread outlives it. |
virtual bool SendToBrowser(IPC::Message* msg) OVERRIDE; |
+ virtual std::string GetUILanguage() OVERRIDE; |
virtual void PreCacheFont(const void* logfontw) OVERRIDE; |
// Message handlers. |