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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mus.cc

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ditto Created 4 years, 5 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/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() {

Powered by Google App Engine
This is Rietveld 408576698