| Index: ppapi/nacl_irt/ppapi_dispatcher.cc
|
| diff --git a/ppapi/nacl_irt/ppapi_dispatcher.cc b/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| index 789a75ce5daf94c24383b794e491755a7b93cb47..460dbec3df3c6f8943fe176fdb0088491cfb435a 100644
|
| --- a/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| +++ b/ppapi/nacl_irt/ppapi_dispatcher.cc
|
| @@ -165,9 +165,6 @@ void PpapiDispatcher::OnMsgInitializeNaClDispatcher(
|
| settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
|
| logging::InitLogging(settings);
|
|
|
| - proxy::PluginGlobals::Get()->set_keepalive_throttle_interval_milliseconds(
|
| - args.keepalive_throttle_interval_milliseconds);
|
| -
|
| // Tell the process-global GetInterface which interfaces it can return to the
|
| // plugin.
|
| proxy::InterfaceList::SetProcessGlobalPermissions(args.permissions);
|
|
|