Chromium Code Reviews| Index: chrome/browser/renderer_host/render_widget_host_view_mac.mm | 
| =================================================================== | 
| --- chrome/browser/renderer_host/render_widget_host_view_mac.mm (revision 60480) | 
| +++ chrome/browser/renderer_host/render_widget_host_view_mac.mm (working copy) | 
| @@ -1099,14 +1099,6 @@ | 
| } | 
| } | 
| -void RenderWidgetHostViewMac::OnAccessibilityFocusChange(int acc_obj_id) { | 
| - NOTIMPLEMENTED(); | 
| -} | 
| - | 
| -void RenderWidgetHostViewMac::OnAccessibilityObjectStateChange(int acc_obj_id) { | 
| - NOTIMPLEMENTED(); | 
| -} | 
| - | 
| void RenderWidgetHostViewMac::SetTextInputActive(bool active) { | 
| if (active) { | 
| if (text_input_type_ == WebKit::WebTextInputTypePassword) |