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

Unified Diff: content/common/zygote_commands_linux.h

Issue 2476883002: Remove obsolete methods from IPC::Channel and related classes. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: content/common/zygote_commands_linux.h
diff --git a/content/common/zygote_commands_linux.h b/content/common/zygote_commands_linux.h
index 0fed210c8ae1977eb97296d8dce17ef2dd9f9343..c67593d085b767b5a9ec742cdbe5aadfbfd10a56 100644
--- a/content/common/zygote_commands_linux.h
+++ b/content/common/zygote_commands_linux.h
@@ -28,8 +28,7 @@ static const char kZygoteChildPingMessage[] = "CHILD_PING";
const size_t kZygoteMaxMessageLength = 8192;
// File descriptors initialized by the Zygote Host
-const int kZygoteSocketPairFd =
- kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor;
+const int kZygoteSocketPairFd = base::GlobalDescriptors::kBaseDescriptor;
// These are the command codes used on the wire between the browser and the
// zygote.

Powered by Google App Engine
This is Rietveld 408576698