summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/child_process_logging_mac.mm')
-rw-r--r--chrome/common/child_process_logging_mac.mm4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm
index a05b79d..c07dbe5 100644
--- a/chrome/common/child_process_logging_mac.mm
+++ b/chrome/common/child_process_logging_mac.mm
@@ -8,7 +8,7 @@
#include "base/string_util.h"
#include "googleurl/src/gurl.h"
-#import "chrome/app/breakpad_mac.h"
+//#import "chrome/app/breakpad_mac.h"
namespace child_process_logging {
@@ -60,12 +60,14 @@ void SetActiveURLImpl(const GURL& url,
}
void SetActiveURL(const GURL& url) {
+/*
// If Breakpad isn't initialized then bail.
if (IsCrashReporterDisabled()) {
return;
}
SetActiveURLImpl(url, SetCrashKeyValue, ClearCrashKeyValue);
+*/
}
} // namespace child_process_logging