Index: base/message_loop/message_pump_x11.h |
diff --git a/base/message_loop/message_pump_x11.h b/base/message_loop/message_pump_x11.h |
index 00dd6991b519f2cc112c8cb4b86889b72b3e62c7..dcb5169b6b2901bf5c11a7e8365cca8840a9249f 100644 |
--- a/base/message_loop/message_pump_x11.h |
+++ b/base/message_loop/message_pump_x11.h |
@@ -43,10 +43,8 @@ class BASE_EXPORT MessagePumpX11 : public MessagePumpGlib, |
// Returns true if the system supports XINPUT2. |
static bool HasXInput2(); |
-#if !defined(TOOLKIT_GTK) |
// Returns the UI message pump. |
static MessagePumpX11* Current(); |
-#endif |
// Adds/Removes |dispatcher| for the |xid|. This will route all messages from |
// the window |xid| to |dispatcher. |