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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mus.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/browser/renderer_host/render_widget_host_view_mus.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_mus.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_mus.cc b/content/browser/renderer_host/render_widget_host_view_mus.cc
index ebd0f47268a07d7d562b17c27f9226dc92204ed9..eb29bde8f99aefbfc4fdb9d2f7988334d2088770 100644
--- a/content/browser/renderer_host/render_widget_host_view_mus.cc
+++ b/content/browser/renderer_host/render_widget_host_view_mus.cc
@@ -272,13 +272,6 @@ gfx::Rect RenderWidgetHostViewMus::GetBoundsInRootWindow() {
void RenderWidgetHostViewMus::SetActive(bool active) {
}
-void RenderWidgetHostViewMus::SetWindowVisibility(bool visible) {
- // TODO(fsamuel): Propagate visibility to Mus?
-}
-
-void RenderWidgetHostViewMus::WindowFrameChanged() {
-}
-
void RenderWidgetHostViewMus::ShowDefinitionForSelection() {
// TODO(fsamuel): Implement this on Mac.
}
@@ -300,12 +293,6 @@ bool RenderWidgetHostViewMus::IsSpeaking() const {
void RenderWidgetHostViewMus::StopSpeaking() {
// TODO(fsamuel): Implement this on Mac.
}
-
-bool RenderWidgetHostViewMus::PostProcessEventForPluginIme(
- const NativeWebKeyboardEvent& event) {
- return false;
-}
-
#endif // defined(OS_MACOSX)
void RenderWidgetHostViewMus::LockCompositingSurface() {
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mus.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698