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

Unified Diff: chrome/common/child_process_logging_mac.mm

Issue 149362: Get the Mac build compiling while we figure out how SetActiveUrl should be im... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698