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

Unified Diff: ui/display/chromeos/x11/display_util_x11.h

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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
« no previous file with comments | « ui/display/chromeos/x11/display_snapshot_x11.cc ('k') | ui/display/chromeos/x11/display_util_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/x11/display_util_x11.h
diff --git a/ui/display/chromeos/x11/display_util_x11.h b/ui/display/chromeos/x11/display_util_x11.h
deleted file mode 100644
index 1bc2369e8ff6a9f19ff26bd4ab74ae28136d98f3..0000000000000000000000000000000000000000
--- a/ui/display/chromeos/x11/display_util_x11.h
+++ /dev/null
@@ -1,25 +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.
-
-#ifndef UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_X11_H_
-#define UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_X11_H_
-
-#include <string>
-
-#include "ui/display/display_export.h"
-#include "ui/display/types/display_constants.h"
-
-typedef unsigned long XID;
-typedef XID RROutput;
-
-namespace ui {
-
-// Returns the DisplayConnectionType by matching known type prefixes to |name|.
-// Returns DISPLAY_TYPE_UNKNOWN if no valid match.
-DISPLAY_EXPORT DisplayConnectionType
- GetDisplayConnectionTypeFromName(const std::string& name);
-
-} // namespace ui
-
-#endif // UI_DISPLAY_CHROMEOS_DISPLAY_UTIL_X11_H_
« no previous file with comments | « ui/display/chromeos/x11/display_snapshot_x11.cc ('k') | ui/display/chromeos/x11/display_util_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698