blob: cce511bf3c9e23276133b4faf9b111fe1ad57680 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_PLUGIN_VM_PLUGIN_VM_DIAGNOSTICS_H_
#define CHROME_BROWSER_ASH_PLUGIN_VM_PLUGIN_VM_DIAGNOSTICS_H_
#include "base/callback_forward.h"
#include "chrome/browser/ash/guest_os/guest_os_diagnostics.mojom-forward.h"
namespace plugin_vm {
// Get Plugin VM diagnostics. This is mainly for the the debugging page
// chrome://vm/parallels.
void GetDiagnostics(
base::OnceCallback<void(guest_os::mojom::DiagnosticsPtr)> callback);
} // namespace plugin_vm
#endif // CHROME_BROWSER_ASH_PLUGIN_VM_PLUGIN_VM_DIAGNOSTICS_H_