 Chromium Code Reviews
 Chromium Code Reviews Issue 251493002:
  MacViews: Implement basic NSEvent -> ui::Event conversion for Mac  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 251493002:
  MacViews: Implement basic NSEvent -> ui::Event conversion for Mac  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ui/events/event.h | 
| diff --git a/ui/events/event.h b/ui/events/event.h | 
| index 17cad8b301ecd1c37f2cc04c5de8845b97743507..d057a280594fa1a3753e996d5e60aae367f2c933 100644 | 
| --- a/ui/events/event.h | 
| +++ b/ui/events/event.h | 
| @@ -219,10 +219,6 @@ class EVENTS_EXPORT Event { | 
| private: | 
| friend class EventTestApi; | 
| - // Safely initializes the native event members of this class. | 
| - void Init(); | 
| - void InitWithNativeEvent(const base::NativeEvent& native_event); | 
| - | 
| EventType type_; | 
| std::string name_; | 
| base::TimeDelta time_stamp_; |