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

Unified Diff: content/browser/frame_host/render_widget_host_view_guest.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
Index: content/browser/frame_host/render_widget_host_view_guest.cc
diff --git a/content/browser/frame_host/render_widget_host_view_guest.cc b/content/browser/frame_host/render_widget_host_view_guest.cc
index 5db60538a01060edbd719353c65a438a5ca3a54e..b477006b19d65fce1c76e1b36976840f8b5b3fff 100644
--- a/content/browser/frame_host/render_widget_host_view_guest.cc
+++ b/content/browser/frame_host/render_widget_host_view_guest.cc
@@ -447,14 +447,6 @@ void RenderWidgetHostViewGuest::SetActive(bool active) {
platform_view_->SetActive(active);
}
-void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) {
- platform_view_->SetWindowVisibility(visible);
-}
-
-void RenderWidgetHostViewGuest::WindowFrameChanged() {
- platform_view_->WindowFrameChanged();
-}
-
void RenderWidgetHostViewGuest::ShowDefinitionForSelection() {
if (!guest_)
return;
@@ -493,12 +485,6 @@ bool RenderWidgetHostViewGuest::IsSpeaking() const {
void RenderWidgetHostViewGuest::StopSpeaking() {
platform_view_->StopSpeaking();
}
-
-bool RenderWidgetHostViewGuest::PostProcessEventForPluginIme(
- const NativeWebKeyboardEvent& event) {
- return false;
-}
-
#endif // defined(OS_MACOSX)
#if defined(OS_ANDROID) || defined(USE_AURA)
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_guest.h ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698