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

Unified Diff: content/renderer/render_view_impl.h

Issue 2278283002: Implement Mac Pop-up Dictionary for OOPIF. (Closed)
Patch Set: Addressing lfg@'s comment Created 4 years, 3 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/public/test/content_browser_test_utils_mac.mm ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index f33fd570ea7aa0a359acccf747b0b91b8a995852..79fe98e9e7c3c3cd07db770b128aadafedac916a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -238,16 +238,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);
« no previous file with comments | « content/public/test/content_browser_test_utils_mac.mm ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698