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

Unified Diff: ipc/ipc_channel.h

Issue 7712022: This patch caused Chrome to be unable to load any web pages on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « content/browser/renderer_host/browser_render_process_host.cc ('k') | ipc/ipc_channel_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 862c603d0ed8d9bec4732ee982bcf362e661900e..cd57b4b89548b514f94dc3e67454fb255246af9d 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -171,19 +171,6 @@ class IPC_EXPORT Channel : public Message::Sender {
void ResetToAcceptingConnectionState();
#endif // defined(OS_POSIX) && !defined(OS_NACL)
-#if defined(OS_LINUX)
- // Configures the channel to defer OnChannelConnected() until we know the
- // global PID of the peer. On Linux, with sandboxed renderers, the browser
- // cannot use the process id sent by the renderer in the hello message,
- // because the renderer is in its own private PID namespace. With these
- // renderers we need to defer our call to OnChannelConnected(peer_pid) until
- // we know the global PID.
- void SetNeedsOverridePeerPid();
-
- // Overrides the peer PID and calls OnChannelConnected() if necessary.
- void OverridePeerPid(int32 peer_pid);
-#endif // defined(OS_LINUX)
-
// Returns true if a named server channel is initialized on the given channel
// ID. Even if true, the server may have already accepted a connection.
static bool IsNamedServerInitialized(const std::string& channel_id);
« no previous file with comments | « content/browser/renderer_host/browser_render_process_host.cc ('k') | ipc/ipc_channel_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698