Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 2688883002: Revert [MacViews] Implemented text context menu (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index f76f3dd7aeb905648029dc9d688a934a9269b693..3086266975fe8d0984fc7028af1de488fdd59076 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -150,7 +150,10 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
ui::AcceleratedWidgetMac* GetAcceleratedWidgetMac() const override;
void SetActive(bool active) override;
void ShowDefinitionForSelection() override;
+ bool SupportsSpeech() const override;
void SpeakSelection() override;
+ bool IsSpeaking() const override;
+ void StopSpeaking() override;
#endif // defined(OS_MACOSX)
InputEventAckState FilterInputEvent(

Powered by Google App Engine
This is Rietveld 408576698