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

Unified Diff: ui/base/x/x11_util.h

Issue 12377035: Remove GetOutputNames from x11_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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
« no previous file with comments | « ash/display/display_manager.cc ('k') | ui/base/x/x11_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/x11_util.h
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
index 1169f8717b7d0492bcbfc6ed2e057d708f749caf..dd3037dab796229524901adc0e64b5ad89b0d47e 100644
--- a/ui/base/x/x11_util.h
+++ b/ui/base/x/x11_util.h
@@ -303,10 +303,6 @@ UI_EXPORT bool ParseOutputOverscanFlag(const unsigned char* prop,
unsigned long nitems,
bool* flag);
-// Gets the name of outputs given by |output_ids|.
-UI_EXPORT std::vector<std::string> GetOutputNames(
- const std::vector<XID>& output_ids);
-
enum WindowManagerName {
WM_UNKNOWN,
WM_BLACKBOX,
« no previous file with comments | « ash/display/display_manager.cc ('k') | ui/base/x/x11_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698