chromium/chrome/test/chromedriver/chrome/client_hints.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_TEST_CHROMEDRIVER_CHROME_CLIENT_HINTS_H_
#define CHROME_TEST_CHROMEDRIVER_CHROME_CLIENT_HINTS_H_

#include <optional>
#include <string>
#include <vector>

struct BrandVersion {};

// User-Agent Client Hints
// as specified by https://wicg.github.io/ua-client-hints/.
// S/A go/chromedriver-ua-ch-capabilities.
// S/A go/chromedriver-mobile-emulation-inferences.
struct ClientHints {};

#endif  // CHROME_TEST_CHROMEDRIVER_CHROME_CLIENT_HINTS_H_