blob: d7bd746038c967bb1feeec2c16f90156742c2d95 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2022 The Chromium Authors
Gabriel Charette1d90fe52022-02-03 18:30:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_PROCESS_SINGLETON_INTERNAL_H_
6#define CHROME_BROWSER_PROCESS_SINGLETON_INTERNAL_H_
7
8#include "chrome/browser/process_singleton.h"
9
10namespace internal {
11
12void SendRemoteProcessInteractionResultHistogram(
13 ProcessSingleton::RemoteProcessInteractionResult result);
14
15void SendRemoteHungProcessTerminateReasonHistogram(
16 ProcessSingleton::RemoteHungProcessTerminateReason reason);
17
18} // namespace internal
19
20#endif // CHROME_BROWSER_PROCESS_SINGLETON_INTERNAL_H_