// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/compute_pressure/web_contents_pressure_manager_proxy.h" #include <optional> #include "base/functional/bind.h" #include "base/functional/callback_helpers.h" #include "base/unguessable_token.h" #include "content/public/browser/device_service.h" #include "services/device/public/mojom/pressure_manager.mojom.h" #include "services/device/public/mojom/pressure_update.mojom.h" content // namespace content