| Index: content/browser/frame_host/render_widget_host_view_guest.cc
|
| diff --git a/content/browser/frame_host/render_widget_host_view_guest.cc b/content/browser/frame_host/render_widget_host_view_guest.cc
|
| index dfac29eae5ea11d8aa59782a5cc480cff23f451b..98dc7d1af8eccfba07b251e06337369045ff5573 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_guest.cc
|
| +++ b/content/browser/frame_host/render_widget_host_view_guest.cc
|
| @@ -518,21 +518,10 @@ void RenderWidgetHostViewGuest::ShowDefinitionForSelection() {
|
| helper.ShowDefinitionForSelection();
|
| }
|
|
|
| -bool RenderWidgetHostViewGuest::SupportsSpeech() const {
|
| - return platform_view_->SupportsSpeech();
|
| -}
|
| -
|
| void RenderWidgetHostViewGuest::SpeakSelection() {
|
| platform_view_->SpeakSelection();
|
| }
|
|
|
| -bool RenderWidgetHostViewGuest::IsSpeaking() const {
|
| - return platform_view_->IsSpeaking();
|
| -}
|
| -
|
| -void RenderWidgetHostViewGuest::StopSpeaking() {
|
| - platform_view_->StopSpeaking();
|
| -}
|
| #endif // defined(OS_MACOSX)
|
|
|
| void RenderWidgetHostViewGuest::LockCompositingSurface() {
|
|
|