chromium/content/browser/screen_details/screen_details_test_utils.h

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

#ifndef CONTENT_BROWSER_SCREEN_DETAILS_SCREEN_DETAILS_TEST_UTILS_H_
#define CONTENT_BROWSER_SCREEN_DETAILS_SCREEN_DETAILS_TEST_UTILS_H_

#include "base/values.h"

namespace content::test {

// JS to get ScreenDetails in a list of dictionaries to facilitate comparison.
constexpr char kGetScreenDetailsScript[] =;

// Get display::Screen info in a list of dictionaries to facilitate comparison.
base::Value::List GetExpectedScreenDetails();

}  // namespace content::test

#endif  // CONTENT_BROWSER_SCREEN_DETAILS_SCREEN_DETAILS_TEST_UTILS_H_