| Index: chrome/common/child_process_logging_mac.mm
|
| ===================================================================
|
| --- chrome/common/child_process_logging_mac.mm (revision 20191)
|
| +++ chrome/common/child_process_logging_mac.mm (working copy)
|
| @@ -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 SetActiveURL(const GURL& url) {
|
| +/*
|
| // If Breakpad isn't initialized then bail.
|
| if (IsCrashReporterDisabled()) {
|
| return;
|
| }
|
|
|
| SetActiveURLImpl(url, SetCrashKeyValue, ClearCrashKeyValue);
|
| +*/
|
| }
|
|
|
| } // namespace child_process_logging
|
|
|