Commit fe19854c authored by jam@chromium.org's avatar jam@chromium.org

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
parent 62949451
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "base/string_util.h" #include "base/string_util.h"
#include "googleurl/src/gurl.h" #include "googleurl/src/gurl.h"
#import "chrome/app/breakpad_mac.h" //#import "chrome/app/breakpad_mac.h"
namespace child_process_logging { namespace child_process_logging {
...@@ -60,12 +60,14 @@ void SetActiveURLImpl(const GURL& url, ...@@ -60,12 +60,14 @@ void SetActiveURLImpl(const GURL& url,
} }
void SetActiveURL(const GURL& url) { void SetActiveURL(const GURL& url) {
/*
// If Breakpad isn't initialized then bail. // If Breakpad isn't initialized then bail.
if (IsCrashReporterDisabled()) { if (IsCrashReporterDisabled()) {
return; return;
} }
SetActiveURLImpl(url, SetCrashKeyValue, ClearCrashKeyValue); SetActiveURLImpl(url, SetCrashKeyValue, ClearCrashKeyValue);
*/
} }
} // namespace child_process_logging } // namespace child_process_logging
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment