// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/loader/record_load_histograms.h" #include "base/metrics/histogram_functions.h" #include "base/metrics/histogram_macros.h" #include "net/base/net_errors.h" #include "net/base/url_util.h" #include "url/gurl.h" namespace blink { namespace { constexpr char kIsolatedAppScheme[] = …; } void RecordLoadHistograms(const url::Origin& origin, network::mojom::RequestDestination destination, int net_error) { … } } // namespace blink