| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index 47f3123afa1c784708896081cf1582b6d717a043..d186f7c9687e2b741a9f74352d472aca30e2f061 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!!
|
|
|