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

Unified Diff: content/test/test_render_view_host.cc

Issue 1858063002: Remove Mac NPAPI things (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more build fixes Created 4 years, 8 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') | third_party/mozilla/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 ab0c3d3d4180ed9b7124b3e6d5a2db76b7adbe7b..a0f3e13b96243d5dd3e0f94a21d1f7766532bebd 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -171,11 +171,6 @@ bool TestRenderWidgetHostView::IsSpeaking() const {
void TestRenderWidgetHostView::StopSpeaking() {
}
-bool TestRenderWidgetHostView::PostProcessEventForPluginIme(
- const NativeWebKeyboardEvent& event) {
- return false;
-}
-
#endif
bool TestRenderWidgetHostView::GetScreenColorProfile(
« no previous file with comments | « content/test/test_render_view_host.h ('k') | third_party/mozilla/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698