| Index: chrome/browser/nacl_host/nacl_host_message_filter.cc
|
| diff --git a/chrome/browser/nacl_host/nacl_host_message_filter.cc b/chrome/browser/nacl_host/nacl_host_message_filter.cc
|
| index 5980d728a66b0a07de6940d232c22c3f04e70dc8..c7c79358b27498435f60354f65f69b9408c163b0 100644
|
| --- a/chrome/browser/nacl_host/nacl_host_message_filter.cc
|
| +++ b/chrome/browser/nacl_host/nacl_host_message_filter.cc
|
| @@ -186,9 +186,9 @@ void NaClHostMessageFilter::OnGetNexeFd(
|
| pp_instance));
|
| }
|
|
|
| -void NaClHostMessageFilter::OnTranslationFinished(int instance) {
|
| +void NaClHostMessageFilter::OnTranslationFinished(int instance, bool success) {
|
| PnaclHost::GetInstance()->TranslationFinished(
|
| - render_process_id_, instance);
|
| + render_process_id_, instance, success);
|
| }
|
|
|
| void NaClHostMessageFilter::OnNaClErrorStatus(int render_view_id,
|
|
|