Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: ui/display/chromeos/x11/display_configurator_x11.cc

Issue 1878903002: Use injection and remove ozone dependency from ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unique_ptr Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/display/chromeos/x11/display_configurator_x11.cc
diff --git a/ui/display/chromeos/x11/display_configurator_x11.cc b/ui/display/chromeos/x11/display_configurator_x11.cc
deleted file mode 100644
index e3c2e95122e677b145cf71caeb9140e160703c8e..0000000000000000000000000000000000000000
--- a/ui/display/chromeos/x11/display_configurator_x11.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2014 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.
-
-#include "ui/display/chromeos/display_configurator.h"
-
-#include "base/memory/ptr_util.h"
-#include "ui/display/chromeos/x11/native_display_delegate_x11.h"
-
-namespace ui {
-
-std::unique_ptr<NativeDisplayDelegate>
-DisplayConfigurator::CreatePlatformNativeDisplayDelegate() {
- return base::WrapUnique(new NativeDisplayDelegateX11());
-}
-
-} // namespace ui
« no previous file with comments | « ui/display/chromeos/ozone/display_configurator_ozone.cc ('k') | ui/display/chromeos/x11/native_display_delegate_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698