Index: views/view_win.cc |
=================================================================== |
--- views/view_win.cc (revision 55065) |
+++ views/view_win.cc (working copy) |
@@ -31,10 +31,6 @@ |
return delay; |
} |
-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. |