| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index 0f77d7e0a4f0f7cd3ccaaabc245be0bc52152e51..0c6852b50cd4e87d66af2e90d2d6dcc8bff0fff8 100644
|
| --- a/content/public/browser/navigation_controller.h
|
| +++ b/content/public/browser/navigation_controller.h
|
| @@ -212,6 +212,8 @@ 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!!
|
|
|