Make NetworkMetricsProvider::OnDidCreateMetricsLog a no-op on non-Android.
commit7fc9ccb3dc097599a81b43d00e6a91dc0f72378a
authorasvitkine <asvitkine@chromium.org>
Fri, 17 Jul 2015 20:52:07 +0000 (17 13:52 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 17 Jul 2015 20:52:50 +0000 (17 20:52 +0000)
tree15536b508b8946419f289dfc141a744ef7850f2f
parent203cba0b9c1fb6bce3bc6a3d0b0e526dd0184270
Make NetworkMetricsProvider::OnDidCreateMetricsLog a no-op on non-Android.

The called method is already ifdef'd out for non-Android platform and
we're seeing some Windows crashes in this code that's not supposed to
be doing anything on Windows. Just disable it.

BUG=511364

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

Cr-Commit-Position: refs/heads/master@{#339325}
components/metrics/net/network_metrics_provider.cc