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

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: Fix for tapted 2 Created 4 years 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/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 49a80a0d8bf76a081f818b1bc50bf8353b0ce2e1..b1bd4de5568139f45c192a7c40f11efc8a742913 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -189,20 +189,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() {

Powered by Google App Engine
This is Rietveld 408576698