| Index: ui/events/event_switches.h
|
| diff --git a/ui/events/event_switches.h b/ui/events/event_switches.h
|
| index ec2fbd197f72dc1f83bd4d722923cc52faf5f00a..17a1f14c36d64e956344932c17d19d23f5a0a64a 100644
|
| --- a/ui/events/event_switches.h
|
| +++ b/ui/events/event_switches.h
|
| @@ -20,6 +20,10 @@ EVENTS_EXPORT extern const char kTouchEventsDisabled[];
|
| EVENTS_EXPORT extern const char kTouchDevices[];
|
| #endif
|
|
|
| +#if defined(USE_OZONE)
|
| +EVENTS_EXPORT extern const char kOzoneEvents[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // UI_EVENTS_EVENTS_SWITCHES_H_
|
|
|