| 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 82d0e30e1e799a82fc79a98c4dc53805c4e65685..24833829818a0245a3d0b45428647cca3fcdc929 100644
|
| --- a/content/public/browser/render_view_host_delegate.cc
|
| +++ b/content/public/browser/render_view_host_delegate.cc
|
| @@ -39,6 +39,14 @@ bool RenderViewHostDelegate::PreHandleKeyboardEvent(
|
| return false;
|
| }
|
|
|
| +bool RenderViewHostDelegate::ShouldIgnoreNavigation(
|
| + RenderViewHost* rvh,
|
| + const GURL& url,
|
| + const content::Referrer& referrer,
|
| + bool is_content_initiated) {
|
| + return false;
|
| +}
|
| +
|
| bool RenderViewHostDelegate::IsFullscreenForCurrentTab() const {
|
| return false;
|
| }
|
|
|