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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 10541088: Propogate the UI language on the command line and expose to Flash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
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.

Powered by Google App Engine
This is Rietveld 408576698