Chromium Code Reviews| Index: views/view_gtk.cc |
| =================================================================== |
| --- views/view_gtk.cc (revision 55065) |
| +++ views/view_gtk.cc (working copy) |
| @@ -21,10 +21,6 @@ |
| return kShowFolderDropMenuDelay; |
| } |
| -void View::NotifyAccessibilityEvent(AccessibilityTypes::Event event_type) { |
| - NotifyAccessibilityEvent(event_type, true); |
| -} |
| - |
| void View::NotifyAccessibilityEvent(AccessibilityTypes::Event event_type, |
| bool send_native_event) { |
| // Send the notification to the delegate. |