Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index f1fb7f71e4f396c333ad23480778df06a26764de..970468dd131a3f450632d75528f468e43ed17a69 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -168,6 +168,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); |