| Index: chrome/browser/renderer_host/render_view_host_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_view_host_delegate.cc (revision 19988)
|
| +++ chrome/browser/renderer_host/render_view_host_delegate.cc (working copy)
|
| @@ -13,10 +13,25 @@
|
| return NULL;
|
| }
|
|
|
| +RenderViewHostDelegate::BrowserIntegration*
|
| +RenderViewHostDelegate::GetBrowserIntegrationDelegate() const {
|
| + return NULL;
|
| +}
|
| +
|
| +RenderViewHostDelegate::Resource*
|
| +RenderViewHostDelegate::GetResourceDelegate() const {
|
| + return NULL;
|
| +}
|
| +
|
| RenderViewHostDelegate::Save* RenderViewHostDelegate::GetSaveDelegate() const {
|
| return NULL;
|
| }
|
|
|
| +RenderViewHostDelegate::FavIcon*
|
| +RenderViewHostDelegate::GetFavIconDelegate() const {
|
| + return NULL;
|
| +}
|
| +
|
| const GURL& RenderViewHostDelegate::GetURL() const {
|
| return GURL::EmptyGURL();
|
| }
|
|
|