Index: chrome/common/x11_util.h |
diff --git a/chrome/common/x11_util.h b/chrome/common/x11_util.h |
index d9bcbb59fb47c0505e48cd2cd4407b682544d00f..09b1c2b446681c1bbec3e80da4785b55548f15cd 100644 |
--- a/chrome/common/x11_util.h |
+++ b/chrome/common/x11_util.h |
@@ -34,6 +34,8 @@ namespace x11_util { |
// These functions cache their results. |
+// Check if there's an open connection to an X server. |
+bool XDisplayExists(); |
// Return an X11 connection for the current, primary display. |
Display* GetXDisplay(); |
// Return true iff the connection supports X shared memory |