jam | 17d386e | 2017-05-10 16:40:04 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef CONTENT_BROWSER_HISTOGRAM_INTERNALS_URL_LOADER_H_ |
| 6 | #define CONTENT_BROWSER_HISTOGRAM_INTERNALS_URL_LOADER_H_ |
| 7 | |
Ken Rockot | 54311e6 | 2018-02-10 19:01:52 | [diff] [blame] | 8 | #include "services/network/public/mojom/url_loader.mojom.h" |
jam | 17d386e | 2017-05-10 16:40:04 | [diff] [blame] | 9 | |
| 10 | namespace content { |
| 11 | |
| 12 | // Creates the data for chrome://histograms. |
John Abd-El-Malek | b165dc5 | 2018-01-18 17:12:18 | [diff] [blame] | 13 | void StartHistogramInternalsURLLoader( |
| 14 | const network::ResourceRequest& request, |
| 15 | network::mojom::URLLoaderClientPtr client); |
jam | 17d386e | 2017-05-10 16:40:04 | [diff] [blame] | 16 | } // namespace content |
| 17 | |
| 18 | #endif // CONTENT_BROWSER_HISTOGRAM_INTERNALS_URL_LOADER_H_ |