diff options
author | nasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 20:14:00 +0000 |
---|---|---|
committer | nasko@chromium.org <nasko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-23 20:14:00 +0000 |
commit | 34b565c73021cf8f9aaf42987cc9998862c2e608 (patch) | |
tree | f84fd17a64bf09cc98b4de0278ea776b10382fbc /content/public/browser/navigation_controller.h | |
parent | 38191afc4c8573ee57312a580a22196df9817eed (diff) | |
download | chromium_src-34b565c73021cf8f9aaf42987cc9998862c2e608.zip chromium_src-34b565c73021cf8f9aaf42987cc9998862c2e608.tar.gz chromium_src-34b565c73021cf8f9aaf42987cc9998862c2e608.tar.bz2 |
Revert 223982 "Remove GetActiveEntry usage from content."
> Remove GetActiveEntry usage from content.
>
> Using GetActiveEntry can lead to subtle bugs, including security ones. See the bug entry for more details.
>
> BUG=273710
>
> Review URL: https://chromiumcodereview.appspot.com/23022006
TBR=nasko@chromium.org
Review URL: https://codereview.chromium.org/23800010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/navigation_controller.h')
-rw-r--r-- | content/public/browser/navigation_controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h index 0c6852b..0f77d7e 100644 --- a/content/public/browser/navigation_controller.h +++ b/content/public/browser/navigation_controller.h @@ -212,8 +212,6 @@ class NavigationController { // Active entry -------------------------------------------------------------- - // THIS IS DEPRECATED. DO NOT USE. Use GetVisibleEntry instead. - // // Returns the active entry, which is the transient entry if any, the pending // entry if a navigation is in progress or the last committed entry otherwise. // NOTE: This can be NULL!! |