| Index: chrome/renderer/render_view.h
|
| diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
|
| index 4bd7ba4dca65fa3f1c9449371583117a0908bdb1..6e2a43b64a757772b5644b1981b6cf04555a9a77 100644
|
| --- a/chrome/renderer/render_view.h
|
| +++ b/chrome/renderer/render_view.h
|
| @@ -275,8 +275,8 @@ class RenderView : public RenderWidget,
|
| WebKit::WebPlugin* CreatePluginInternal(
|
| WebKit::WebFrame* frame,
|
| const WebKit::WebPluginParams& params,
|
| - const std::string& mime_type,
|
| - const FilePath& plugin_path);
|
| + WebPluginInfo* plugin_info,
|
| + const std::string& mime_type);
|
|
|
| // Asks the browser for the CPBrowsingContext associated with this renderer.
|
| // This is an opaque identifier associated with the renderer for sending
|
|
|