| 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,
|
|
|