Bug 990598 - [e10s] Disable CPOW timeouts (r=jimm)

This commit is contained in:
Bill McCloskey 2014-05-05 13:12:46 -07:00
parent 64a86772b7
commit 921c69a653

View File

@ -1157,10 +1157,6 @@ ContentParent::OnChannelConnected(int32_t pid)
}
#endif
}
// Set a reply timeout. The only time the parent process will actually
// timeout is through urgent messages (which are used by CPOWs).
SetReplyTimeoutMs(Preferences::GetInt("dom.ipc.cpow.timeout", 3000));
}
void