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

Unified Diff: content/shell/shell_content_renderer_client.cc

Issue 10274020: Revert 134620 - Show a replacement plug-in for loading errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/shell/shell_content_renderer_client.h ('k') | webkit/plugins/npapi/webplugin_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_content_renderer_client.cc
===================================================================
--- content/shell/shell_content_renderer_client.cc (revision 134628)
+++ content/shell/shell_content_renderer_client.cc (working copy)
@@ -43,12 +43,6 @@
return false;
}
-WebKit::WebPlugin* ShellContentRendererClient::CreatePluginReplacement(
- RenderView* render_view,
- const FilePath& plugin_path) {
- return NULL;
-}
-
bool ShellContentRendererClient::HasErrorPage(int http_status_code,
std::string* error_domain) {
return false;
« no previous file with comments | « content/shell/shell_content_renderer_client.h ('k') | webkit/plugins/npapi/webplugin_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698