Constructor without callback added to ProfilerMetricsProvider.
commit5bece2596244816b3ce8e4e0f78598c8fa28d350
authorgayane <gayane@chromium.org>
Wed, 25 Feb 2015 19:16:24 +0000 (25 11:16 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 19:20:48 +0000 (25 19:20 +0000)
treedf12c3e7f088c0e50910533d676d5a31c6489df3
parent20fd1dbe8070b9c0028ce524823b267048c8df0b
Constructor without callback added to ProfilerMetricsProvider.

As ProfilerMetricsProvider is used in same cases where network connection type is irrelevant, a constructor without the connection type callback is added to support those cases.
Constructor with a callback was introduced in CL/937263002.

BUG=455847

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

Cr-Commit-Position: refs/heads/master@{#318086}
components/metrics/profiler/profiler_metrics_provider.cc
components/metrics/profiler/profiler_metrics_provider.h
components/metrics/profiler/profiler_metrics_provider_unittest.cc