From fe19854c04872937cd20a500bbe3069ef32d7cad Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 8 Jul 2009 22:53:57 +0000 Subject: Get the Mac build compiling while we figure out how SetActiveUrl should be implemented on Mac. Review URL: http://codereview.chromium.org/149362 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20198 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/child_process_logging_mac.mm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome') 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 -- cgit v1.1