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

Unified Diff: content/renderer/render_view_impl.h

Issue 2278283002: Implement Mac Pop-up Dictionary for OOPIF. (Closed)
Patch Set: Added Tests and Modified DEPS Created 4 years, 4 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 4d6d527c61f68a2ccb91a933eb4e233f1b8b5f85..7abcce050929bbfb6b8b3ac2ca812af125f2b170 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -240,15 +240,6 @@ class CONTENT_EXPORT RenderViewImpl
void AttachWebFrameWidget(blink::WebFrameWidget* frame_widget);
// Plugin-related functions --------------------------------------------------
-
-#if defined(ENABLE_PLUGINS)
- // TODO(ekaramad): This method is only used by TextInputClientObserver.
- // Ideally, TextInputClientObserver should use RenderFrame/RenderWidget to
- // obtain the plugin. Come back to this later when implementing IME for Mac
- // to see if we can remove this API (https://crbug.com/578168).
- PepperPluginInstanceImpl* GetFocusedPepperPlugin();
-#endif // ENABLE_PLUGINS
-
void TransferActiveWheelFlingAnimation(
const blink::WebActiveWheelFlingParameters& params);

Powered by Google App Engine
This is Rietveld 408576698