| Index: components/metrics/file_metrics_provider.cc
|
| diff --git a/components/metrics/file_metrics_provider.cc b/components/metrics/file_metrics_provider.cc
|
| index d5c8769f261fe874e9c7638a6dcd1eb6ea7a8593..d9a6a042c23ce137a1f0deac417e7f81ffb61f14 100644
|
| --- a/components/metrics/file_metrics_provider.cc
|
| +++ b/components/metrics/file_metrics_provider.cc
|
| @@ -22,7 +22,6 @@
|
| #include "components/metrics/metrics_service.h"
|
| #include "components/prefs/pref_registry_simple.h"
|
| #include "components/prefs/pref_service.h"
|
| -#include "components/variations/variations_associated_data.h"
|
|
|
| namespace metrics {
|
|
|
| @@ -491,12 +490,6 @@ void FileMetricsProvider::OnDidCreateMetricsLog() {
|
| bool FileMetricsProvider::HasInitialStabilityMetrics() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
|
|
| - // Check if there is an experiment that disables stability metrics.
|
| - std::string unreported = variations::GetVariationParamValueByFeature(
|
| - base::kPersistentHistogramsFeature, "send_unreported_metrics");
|
| - if (unreported == "no")
|
| - sources_for_previous_run_.clear();
|
| -
|
| // Measure the total time spent checking all sources as well as the time
|
| // per individual file. This method is called during startup and thus blocks
|
| // the initial showing of the browser window so it's important to know the
|
|
|