Chromium Code Reviews| Index: content/renderer/render_view_impl.h |
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
| index 7b967e901e5b17e64e0439e5c1c9f3fbe0a959b9..1e349ba75864ededc8c84229211213eff7535895 100644 |
| --- a/content/renderer/render_view_impl.h |
| +++ b/content/renderer/render_view_impl.h |
| @@ -850,6 +850,8 @@ class RenderViewImpl : public RenderWidget, |
| void OnJavaBridgeInit(const IPC::ChannelHandle& channel_handle); |
| + void OnSetAsInterstitial(); |
|
jam
2011/12/02 17:13:40
nit: here and above, please don't put blank lines
|
| + |
| // Adding a new message handler? Please add it in alphabetical order above |
| // and put it in the same position in the .cc file. |