desktop_display_info_loader_wayland.cc 429 B

1234567891011121314151617
  1. // Copyright 2022 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "remoting/host/desktop_display_info_loader.h"
  5. #include "base/notreached.h"
  6. namespace remoting {
  7. // static
  8. std::unique_ptr<DesktopDisplayInfoLoader> DesktopDisplayInfoLoader::Create() {
  9. NOTIMPLEMENTED();
  10. return nullptr;
  11. }
  12. } // namespace remoting