| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index d5871b4d84d97bb1bb7c5c97860feb9266f87750..ff4d60b6c17714994821495624632157971153fe 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -53,6 +53,7 @@ class WebMediaPlayerParams;
|
|
|
| namespace content {
|
|
|
| +class BrowserPlugin;
|
| class RenderView;
|
|
|
| // Embedder API for participating in renderer logic.
|
| @@ -76,6 +77,9 @@ class CONTENT_EXPORT ContentRendererClient {
|
| // none.
|
| virtual SkBitmap* GetSadWebViewBitmap();
|
|
|
| + // Notifies that a new BrowserPlugin has been created.
|
| + virtual void BrowserPluginCreated(BrowserPlugin* browser_plugin) {}
|
| +
|
| // Returns the default text encoding.
|
| virtual std::string GetDefaultEncoding();
|
|
|
|
|