Index: chrome/common/child_process_logging_mac.mm |
diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm |
index 21bc3698e45ca8a7e84b94ad71230b56f128045d..d539e465b07e18fb13f09e8827584dc7ca536316 100644 |
--- a/chrome/common/child_process_logging_mac.mm |
+++ b/chrome/common/child_process_logging_mac.mm |
@@ -176,10 +176,8 @@ void SetNumberOfViews(int number_of_views) { |
} |
void SetCommandLine(const CommandLine* command_line) { |
- DCHECK(SetCrashKeyValue); |
- DCHECK(ClearCrashKey); |
DCHECK(command_line); |
- if (!command_line || !SetCrashKeyValue || !ClearCrashKey) |
+ if (!command_line) |
return; |
// These should match the corresponding strings in breakpad_win.cc. |