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

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: Addressed tapted's comments and added a test Created 3 years, 11 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/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 b03f7b89436d274fd7310f1dd92e87918c55bbcc..1b7243f7a03ce8e509ad27a64bdaed99274057f5 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