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

Unified Diff: ui/events/platform/x11/x11_hotplug_event_handler.h

Issue 2914103002: Remove usages of XInternAtom (Closed)
Patch Set: Address sadrul and sergeyu comments Created 3 years, 7 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 | « ui/events/platform/x11/x11_event_source.cc ('k') | ui/events/platform/x11/x11_hotplug_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/x11/x11_hotplug_event_handler.h
diff --git a/ui/events/platform/x11/x11_hotplug_event_handler.h b/ui/events/platform/x11/x11_hotplug_event_handler.h
index cfe2508d8ef36d4d6d8c7b2be24bba8f1eeae900..e920cd4fc09c761d0ce85eaebeb8821d7a74238d 100644
--- a/ui/events/platform/x11/x11_hotplug_event_handler.h
+++ b/ui/events/platform/x11/x11_hotplug_event_handler.h
@@ -7,7 +7,6 @@
#include "base/macros.h"
#include "ui/events/devices/x11/device_list_cache_x11.h"
-#include "ui/gfx/x/x11_atom_cache.h"
namespace ui {
@@ -22,8 +21,6 @@ class X11HotplugEventHandler {
void OnHotplugEvent();
private:
- X11AtomCache atom_cache_;
-
DISALLOW_COPY_AND_ASSIGN(X11HotplugEventHandler);
};
« no previous file with comments | « ui/events/platform/x11/x11_event_source.cc ('k') | ui/events/platform/x11/x11_hotplug_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698