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

Unified Diff: chrome/renderer/render_view.cc

Issue 2934018: Take out temporary code now that WebKit plugin change is rolled. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | « no previous file | webkit/glue/plugins/pepper_webplugin_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.cc
===================================================================
--- chrome/renderer/render_view.cc (revision 52332)
+++ chrome/renderer/render_view.cc (working copy)
@@ -3511,14 +3511,8 @@
// Just navigate back/forward.
GetWebPluginFromPluginDocument()->selectFindResult(options.forward);
} else {
-#if defined(WEBPLUGIN_FIND_HAS_RETURN_TYPE)
if (GetWebPluginFromPluginDocument()->startFind(
search_text, options.matchCase, request_id)) {
-#else
- if (GetWebPluginFromPluginDocument()->supportsFind()) {
- GetWebPluginFromPluginDocument()->startFind(
- search_text, options.matchCase, request_id);
-#endif
} else {
ReportNoFindInPageResults(request_id);
}
« no previous file with comments | « no previous file | webkit/glue/plugins/pepper_webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698