| Index: content/browser/frame_host/navigation_controller_impl.h
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
|
| index 06d609c45cb49141010c6fdbbf939b69827221f9..7c6718e9d0eacea53fd2343a0fab270e46c20881 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -345,10 +345,6 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| // true before calling this.
|
| void PruneAllButLastCommittedInternal();
|
|
|
| - // Returns true if the navigation is likley to be automatic rather than
|
| - // user-initiated.
|
| - bool IsLikelyAutoNavigation(base::TimeTicks now);
|
| -
|
| // Inserts up to |max_index| entries from |source| into this. This does NOT
|
| // adjust any of the members that reference entries_
|
| // (last_committed_entry_index_, pending_entry_index_ or
|
|
|