| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 5fa3b87a639f95a92ce32a39e5d804c6c12c94ad..34dee03926d24391c1a9ca69f23f14bcf525a8b7 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -166,6 +166,10 @@ bool PpapiThread::SendToBrowser(IPC::Message* msg) {
|
| return sync_message_filter()->Send(msg);
|
| }
|
|
|
| +IPC::Sender* PpapiThread::GetBrowserSender() {
|
| + return this;
|
| +}
|
| +
|
| std::string PpapiThread::GetUILanguage() {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| return command_line->GetSwitchValueASCII(switches::kLang);
|
|
|