Commit c56b17bd authored by vitalybuka's avatar vitalybuka Committed by Commit bot

Temporarily disables metric reporting from service process on MAC.

I don't know how to fix this issue yet. UMA is not worth of crashes.

BUG=406227

Review URL: https://codereview.chromium.org/590373002

Cr-Commit-Position: refs/heads/master@{#296106}
parent b0c42aff
......@@ -263,6 +263,11 @@ bool ServiceProcessControl::GetHistograms(
DCHECK(!histograms_callback.is_null());
histograms_callback_.Reset();
#if defined(OS_MACOSX)
// TODO(vitalybuka): Investigate why it crashes MAC http://crbug.com/406227.
return false;
#endif // OS_MACOSX
// If the service process is already running then connect to it.
if (!CheckServiceProcessReady())
return false;
......
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