| Index: ui/events/platform/platform_event_source.h
|
| diff --git a/ui/events/platform/platform_event_source.h b/ui/events/platform/platform_event_source.h
|
| index 3f16bd603bc998ab49ec28962d9602b09b3ab502..37dc94b314cdf190691190707ea2d47330635198 100644
|
| --- a/ui/events/platform/platform_event_source.h
|
| +++ b/ui/events/platform/platform_event_source.h
|
| @@ -80,8 +80,6 @@ class EVENTS_EXPORT PlatformEventSource {
|
| friend class ScopedEventDispatcher;
|
| friend class test::PlatformEventSourceTestAPI;
|
|
|
| - static PlatformEventSource* instance_;
|
| -
|
| // This is invoked when the list of dispatchers changes (i.e. a new dispatcher
|
| // is added, or a dispatcher is removed).
|
| virtual void OnDispatcherListChanged();
|
|
|