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

Unified Diff: content/test/test_render_view_host.cc

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 380ae45cdb2be6fa98694193141a001fcc6f28b8..5f6ed0d036e00b627fd700d3a33e729baf9cf462 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -188,20 +188,9 @@ 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