| Index: content/public/browser/render_view_host_delegate.h
|
| diff --git a/content/public/browser/render_view_host_delegate.h b/content/public/browser/render_view_host_delegate.h
|
| index a024469b96836bf82cec74d8b45773a441365ab5..f74549c7d548a000e427c85ec927ec932c8b84ee 100644
|
| --- a/content/public/browser/render_view_host_delegate.h
|
| +++ b/content/public/browser/render_view_host_delegate.h
|
| @@ -336,6 +336,13 @@ class CONTENT_EXPORT RenderViewHostDelegate : public IPC::Channel::Listener {
|
| RenderViewHost* rvh,
|
| const ViewMsg_PostMessage_Params& params) {}
|
|
|
| + // The page is asking whether to ignore the navigation.
|
| + virtual bool ShouldIgnoreNavigation(
|
| + RenderViewHost* rvh,
|
| + const GURL& url,
|
| + const content::Referrer& referrer,
|
| + bool is_content_initiated);
|
| +
|
| // A javascript message, confirmation or prompt should be shown.
|
| virtual void RunJavaScriptMessage(RenderViewHost* rvh,
|
| const string16& message,
|
|
|