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

Unified Diff: content/test/test_render_view_host.cc

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
« no previous file with comments | « content/test/test_render_view_host.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index 5f6ed0d036e00b627fd700d3a33e729baf9cf462..9464fc51e6ab9bf8c8e30453391ae6d08aaceba1 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -188,9 +188,19 @@ void TestRenderWidgetHostView::SetActive(bool active) {
// <viettrungluu@gmail.com>: Do I need to do anything here?
}
+bool TestRenderWidgetHostView::SupportsSpeech() const {
+ return false;
+}
+
void TestRenderWidgetHostView::SpeakSelection() {
}
+bool TestRenderWidgetHostView::IsSpeaking() const {
+ return false;
+}
+
+void TestRenderWidgetHostView::StopSpeaking() {}
+
#endif
gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
« no previous file with comments | « content/test/test_render_view_host.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698