| Index: content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.cc b/content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| index e87dde217bd086fd86ec7c4ab105c48881e9fe97..67b9f06f8d00132306a948e9dc301194b64fb4da 100644
|
| --- a/content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| +++ b/content/browser/frame_host/render_widget_host_view_child_frame.cc
|
| @@ -591,19 +591,9 @@ void RenderWidgetHostViewChildFrame::SetActive(bool active) {
|
| void RenderWidgetHostViewChildFrame::ShowDefinitionForSelection() {
|
| }
|
|
|
| -bool RenderWidgetHostViewChildFrame::SupportsSpeech() const {
|
| - return false;
|
| -}
|
| -
|
| void RenderWidgetHostViewChildFrame::SpeakSelection() {
|
| }
|
|
|
| -bool RenderWidgetHostViewChildFrame::IsSpeaking() const {
|
| - return false;
|
| -}
|
| -
|
| -void RenderWidgetHostViewChildFrame::StopSpeaking() {
|
| -}
|
| #endif // defined(OS_MACOSX)
|
|
|
| void RenderWidgetHostViewChildFrame::RegisterFrameSwappedCallback(
|
|
|