blob: 5e446e5e9f8dd77f965eb0b2409b94ea143ac814 [file] [log] [blame]
// Copyright 2019 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_EXTENSIONS_SYSTEM_DISPLAY_DISPLAY_INFO_PROVIDER_H_
#define CHROME_BROWSER_EXTENSIONS_SYSTEM_DISPLAY_DISPLAY_INFO_PROVIDER_H_
#include <memory>
namespace extensions {
class DisplayInfoProvider;
// Returns platform-specific DisplayInfoProvider instance.
std::unique_ptr<DisplayInfoProvider> CreateChromeDisplayInfoProvider();
} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_SYSTEM_DISPLAY_DISPLAY_INFO_PROVIDER_H_