| Index: content/public/browser/render_view_host_delegate.cc
|
| diff --git a/content/public/browser/render_view_host_delegate.cc b/content/public/browser/render_view_host_delegate.cc
|
| index a056a7079ce56321c5ed1d16127ae2db7245a734..0c1489ca4f41ce1b86d7a85628eb22bbad0856e2 100644
|
| --- a/content/public/browser/render_view_host_delegate.cc
|
| +++ b/content/public/browser/render_view_host_delegate.cc
|
| @@ -34,6 +34,14 @@ webkit_glue::WebPreferences RenderViewHostDelegate::GetWebkitPrefs() {
|
| return webkit_glue::WebPreferences();
|
| }
|
|
|
| +bool RenderViewHostDelegate::ShouldIgnoreNavigation(
|
| + RenderViewHost* rvh,
|
| + const GURL& url,
|
| + const content::Referrer& referrer,
|
| + bool is_content_initiated) {
|
| + return false;
|
| +}
|
| +
|
| bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const {
|
| return false;
|
| }
|
|
|