diff options
author | clamy <clamy@chromium.org> | 2015-02-05 09:39:14 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-05 17:41:16 +0000 |
commit | 0ab288e2bdc393fb6b037f725ddd95fe4b39e64c (patch) | |
tree | b23ab74ec1889bc5abc38c572b974fee38db0a12 /content/browser/loader/navigation_url_loader_impl.h | |
parent | 8b4c3589c2a26b212cce47aa76acf8d029b4f9a6 (diff) | |
download | chromium_src-0ab288e2bdc393fb6b037f725ddd95fe4b39e64c.zip chromium_src-0ab288e2bdc393fb6b037f725ddd95fe4b39e64c.tar.gz chromium_src-0ab288e2bdc393fb6b037f725ddd95fe4b39e64c.tar.bz2 |
PlzNavigate: Remove the RequestNavigation IPC
This CL removes the RequestNavigation IPC. Instead, browser-side navigation
will now send a BeforeUnload IPC to the renderer if needed and wait for a
BeforeUnloadACK to proceed with navigations.
BUG=376006
Review URL: https://codereview.chromium.org/872473003
Cr-Commit-Position: refs/heads/master@{#314830}
Diffstat (limited to 'content/browser/loader/navigation_url_loader_impl.h')
-rw-r--r-- | content/browser/loader/navigation_url_loader_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/loader/navigation_url_loader_impl.h b/content/browser/loader/navigation_url_loader_impl.h index 7dba118..2182f09 100644 --- a/content/browser/loader/navigation_url_loader_impl.h +++ b/content/browser/loader/navigation_url_loader_impl.h @@ -27,9 +27,7 @@ class NavigationURLLoaderImpl : public NavigationURLLoader { // The caller is responsible for ensuring that |delegate| outlives the loader. NavigationURLLoaderImpl(BrowserContext* browser_context, int64 frame_tree_node_id, - const CommonNavigationParams& common_params, scoped_ptr<NavigationRequestInfo> request_info, - ResourceRequestBody* request_body, NavigationURLLoaderDelegate* delegate); ~NavigationURLLoaderImpl() override; |