Chromium Code Reviews| Index: chrome/renderer/render_view.h |
| diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h |
| index f86453cb3b3df3463e993fbc09c979d2f3323010..0c250600c3b88e26103591f5eb1c2d8183db7826 100644 |
| --- a/chrome/renderer/render_view.h |
| +++ b/chrome/renderer/render_view.h |
| @@ -1001,7 +1001,7 @@ class RenderView : public RenderWidget, |
| WebKit::WebPlugin* CreateOutdatedPluginPlaceholder( |
| WebKit::WebFrame* frame, |
| const WebKit::WebPluginParams& params, |
| - PluginGroup* group); |
| + PluginGroup& group); |
|
Bernhard Bauer
2010/12/03 16:13:28
Reference parameters should be const.
Jakob Kummerow
2010/12/06 18:21:12
Done.
|
| // Sends an IPC notification that the specified content type was blocked. |
| // If the content type requires it, |resource_identifier| names the specific |