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

Unified Diff: ui/views/widget/desktop_aura/desktop_screen_ozone.cc

Issue 2830933006: Obsolete the ozone code path in ui/views/ (Closed)
Patch Set: Created 3 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/views/widget/desktop_aura/desktop_screen_ozone.cc
diff --git a/ui/views/widget/desktop_aura/desktop_screen_ozone.cc b/ui/views/widget/desktop_aura/desktop_screen_ozone.cc
deleted file mode 100644
index 870413f84f812e32a06a63916f59bfc8a22e60b7..0000000000000000000000000000000000000000
--- a/ui/views/widget/desktop_aura/desktop_screen_ozone.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2013 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/views/widget/desktop_aura/desktop_screen.h"
-
-#include "ui/views/widget/desktop_aura/desktop_factory_ozone.h"
-
-namespace views {
-
-display::Screen* CreateDesktopScreen() {
- return DesktopFactoryOzone::GetInstance()->CreateDesktopScreen();
-}
-
-} // namespace views
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_factory_ozone.cc ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698