#include <utility>
#include "base/functional/bind.h"
#include "base/functional/callback_helpers.h"
#include "base/run_loop.h"
#include "base/strings/utf_string_conversions.h"
#include "content/browser/renderer_host/render_process_host_impl.h"
#include "content/browser/utility_process_host.h"
#include "content/public/browser/browser_child_process_host.h"
#include "content/public/browser/browser_task_traits.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/child_process_data.h"
#include "content/public/browser/gpu_service_registry.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_features.h"
#include "content/public/common/process_type.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "content/shell/common/power_monitor_test.mojom.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "mojo/public/cpp/bindings/remote_set.h"
#include "services/device/public/mojom/power_monitor.mojom.h"
namespace content {
namespace {
void VerifyPowerStateInChildProcess(mojom::PowerMonitorTest* power_monitor_test,
bool expected_state) { … }
class MockPowerMonitorMessageBroadcaster : public device::mojom::PowerMonitor { … };
class PowerMonitorTest : public ContentBrowserTest { … };
IN_PROC_BROWSER_TEST_F(PowerMonitorTest, TestRendererProcess) { … }
IN_PROC_BROWSER_TEST_F(PowerMonitorTest, TestUtilityProcess) { … }
IN_PROC_BROWSER_TEST_F(PowerMonitorTest, TestGpuProcess) { … }
}
}