Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: ppapi/nacl_irt/ppapi_dispatcher.cc

Issue 2762513002: Remove keep-alive impulse IPCs from NaCl modules. (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/shell/browser/shell_nacl_browser_delegate.cc ('k') | ppapi/proxy/plugin_globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « extensions/shell/browser/shell_nacl_browser_delegate.cc ('k') | ppapi/proxy/plugin_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698