| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index 1daf03c2faf9feedd4824e9ffa75386878982d00..abc6c7e6988117711aaba5ba48ab79ae59ab685c 100644
|
| --- a/content/public/browser/navigation_controller.h
|
| +++ b/content/public/browser/navigation_controller.h
|
| @@ -340,9 +340,9 @@ class NavigationController {
|
|
|
| // Removing of entries -------------------------------------------------------
|
|
|
| - // Removes the entry at the specified |index|. This call discards any
|
| - // transient entries. If the index is the last committed index or the pending
|
| - // entry, this does nothing and returns false.
|
| + // Removes the entry at the specified |index|. If the index is the last
|
| + // committed index or the pending entry, this does nothing and returns false.
|
| + // Otherwise this call discards any transient or pending entries.
|
| virtual bool RemoveEntryAtIndex(int index) = 0;
|
|
|
| // Random --------------------------------------------------------------------
|
|
|