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

Unified Diff: chrome/common/crash_keys.cc

Issue 2389193004: Always use ChannelMojo for content child processes. (Closed)
Patch Set: Created 4 years, 2 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
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index b547ca44211cb43691a03694e140568080317db3..e7f304b843618deea7a5e2776085c66aa238b4c6 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -16,7 +16,6 @@
#include "chrome/common/chrome_switches.h"
#include "components/flags_ui/flags_ui_switches.h"
#include "content/public/common/content_switches.h"
-#include "ipc/ipc_switches.h"
#if defined(OS_CHROMEOS)
#include "chrome/common/chrome_switches.h"
@@ -275,14 +274,6 @@ static bool IsBoringSwitch(const std::string& flag) {
switches::kFlagSwitchesBegin,
switches::kFlagSwitchesEnd,
switches::kLoggingLevel,
-#if defined(OS_WIN)
- // This file is linked into both chrome.dll and chrome.exe. However //ipc
- // is only in the .dll, so this needs to be a literal rather than the
- // constant.
- "channel", // switches::kProcessChannelID
-#else
- switches::kProcessChannelID,
-#endif
switches::kProcessType,
switches::kV,
switches::kVModule,

Powered by Google App Engine
This is Rietveld 408576698