Index: content/public/renderer/content_renderer_client.h |
=================================================================== |
--- content/public/renderer/content_renderer_client.h (revision 134628) |
+++ content/public/renderer/content_renderer_client.h (working copy) |
@@ -14,7 +14,6 @@ |
#include "content/public/common/content_client.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityState.h" |
-class FilePath; |
class GURL; |
class SkBitmap; |
@@ -32,7 +31,6 @@ |
namespace ppapi { |
class PpapiInterfaceFactoryManager; |
} |
-struct WebPluginInfo; |
} |
namespace media { |
@@ -85,12 +83,6 @@ |
const WebKit::WebPluginParams& params, |
WebKit::WebPlugin** plugin) = 0; |
- // Creates a replacement plug-in that is shown when the plug-in at |file_path| |
- // couldn't be loaded. This allows the embedder to show a custom placeholder. |
- virtual WebKit::WebPlugin* CreatePluginReplacement( |
- RenderView* render_view, |
- const FilePath& plugin_path) = 0; |
- |
// Returns true if the embedder has an error page to show for the given http |
// status code. If so |error_domain| should be set to according to WebURLError |
// and the embedder's GetNavigationErrorHtml will be called afterwards to get |
Property changes on: content/public/renderer/content_renderer_client.h |
___________________________________________________________________ |
Added: svn:mergeinfo |