Chromium Code Reviews| Index: ppapi/nacl_irt/plugin_main.cc |
| diff --git a/ppapi/nacl_irt/plugin_main.cc b/ppapi/nacl_irt/plugin_main.cc |
| index 8f0498c98eb2a9d1ea867690295864e952e99cb0..2b5e3b1a19689da95dd914d82915e9b57d832bb1 100644 |
| --- a/ppapi/nacl_irt/plugin_main.cc |
| +++ b/ppapi/nacl_irt/plugin_main.cc |
| @@ -33,7 +33,7 @@ int PpapiPluginMain() { |
| base::MessageLoop loop; |
| ppapi::proxy::PluginGlobals plugin_globals; |
| -#if defined(__native_client__) |
| +#if defined(OS_NACL_SFI) |
| // Currently on non-SFI mode, we don't use SRPC server on plugin. |
| // TODO(hidehiko): Make sure this SRPC is actually used on SFI-mode. |
|
teravest
2014/10/29 16:20:07
Do you want to remove this comment about SRPC?
Mark Seaborn
2014/10/29 16:37:31
Having *some* TODO here is appropriate, because we
hidehiko
2014/10/30 00:34:41
Yes, this is intentional. I'll look into this late
|