diff options
author | clamy <clamy@chromium.org> | 2015-07-31 09:12:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-31 16:13:01 +0000 |
commit | 0e119884df53589ff1a2fe109fe09a7b8e7dac1d (patch) | |
tree | 7733069b6543001a49016cbef6176c64494376d9 /components/user_manager | |
parent | be70217c2fc017bb5c2d3eca8fb9d2d97c979597 (diff) | |
download | chromium_src-0e119884df53589ff1a2fe109fe09a7b8e7dac1d.zip chromium_src-0e119884df53589ff1a2fe109fe09a7b8e7dac1d.tar.gz chromium_src-0e119884df53589ff1a2fe109fe09a7b8e7dac1d.tar.bz2 |
Add a NavigationHandle class to content/public/browser
This CL adds a new class, NavigationHandle, to the public content API. that is
used to keep track of information pertaining to a single navigation. The CL
also introduces four new methods to WebContentsObserver: DidStartNavigation,
DidRedirectNavigation, DidCommitNavigation and DidStopNavigation. All of those
provide a NavigationHandle to the implementer for further details about
navigations happening in the WebContents. See the design doc for more info:
https://docs.google.com/a/chromium.org/document/d/1ICLLQoC9EsZ-bWH4ZKRhPCIoZKn6pOj02SlGl6SKH6Y/edit?usp=sharing.
This CL also rewrites the CaptivePortalTabHelper to make use of the newly
introduced interfaces.
BUG=504347
Review URL: https://codereview.chromium.org/1229503010
Cr-Commit-Position: refs/heads/master@{#341342}
Diffstat (limited to 'components/user_manager')
0 files changed, 0 insertions, 0 deletions