| Index: content/browser/renderer_host/render_widget_host_view_mus.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_mus.cc b/content/browser/renderer_host/render_widget_host_view_mus.cc
|
| index af95fa7f71fc8ed7972b39f904a43abc4da09fba..4abbf444e2c7d7dbba6b65f9434c3c58dde4fa98 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_mus.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_mus.cc
|
| @@ -277,23 +277,10 @@ void RenderWidgetHostViewMus::ShowDefinitionForSelection() {
|
| // TODO(fsamuel): Implement this on Mac.
|
| }
|
|
|
| -bool RenderWidgetHostViewMus::SupportsSpeech() const {
|
| - // TODO(fsamuel): Implement this on mac.
|
| - return false;
|
| -}
|
| -
|
| void RenderWidgetHostViewMus::SpeakSelection() {
|
| // TODO(fsamuel): Implement this on Mac.
|
| }
|
|
|
| -bool RenderWidgetHostViewMus::IsSpeaking() const {
|
| - // TODO(fsamuel): Implement this on Mac.
|
| - return false;
|
| -}
|
| -
|
| -void RenderWidgetHostViewMus::StopSpeaking() {
|
| - // TODO(fsamuel): Implement this on Mac.
|
| -}
|
| #endif // defined(OS_MACOSX)
|
|
|
| void RenderWidgetHostViewMus::LockCompositingSurface() {
|
|
|