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

Unified Diff: ui/events/keycodes/dom/dom_key.h

Issue 2049053003: Remove IPC::ParamTraits for ui::Event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« components/mus/DEPS ('K') | « ui/events/gesture_event_details.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/dom/dom_key.h
diff --git a/ui/events/keycodes/dom/dom_key.h b/ui/events/keycodes/dom/dom_key.h
index e96656af4d9649fed4e6e0fd5cbb9598e0dd9485..7729f9919648390f6733cd714de6875c4fd7c4fc 100644
--- a/ui/events/keycodes/dom/dom_key.h
+++ b/ui/events/keycodes/dom/dom_key.h
@@ -10,10 +10,6 @@
#include "base/logging.h"
#include "build/build_config.h"
-#if !defined(OS_IOS)
-#include "ipc/ipc_param_traits.h" // nogncheck
-#endif
-
namespace ui {
// Integer representation of UI Events KeyboardEvent.key value.
@@ -152,10 +148,6 @@ class DomKey {
};
private:
-#if !defined(OS_IOS)
- friend struct IPC::ParamTraits<ui::DomKey>;
-#endif
-
Base value_;
};
« components/mus/DEPS ('K') | « ui/events/gesture_event_details.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698