// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/page_load_metrics/observers/https_engagement_metrics/https_engagement_service.h" #include "base/metrics/histogram_macros.h" namespace internal { const char kHttpsEngagementSessionPercentage[] = …; } HttpsEngagementService::HttpsEngagementService() { … } HttpsEngagementService::~HttpsEngagementService() { … } void HttpsEngagementService::RecordTimeOnPage(base::TimeDelta foreground_time, PageScheme scheme) { … } void HttpsEngagementService::StoreMetricsAndClear() { … }