Index: content/public/browser/navigation_controller.h |
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
index 382612ba4db32271407f3747f8de5a39791cf129..0f77d7e0a4f0f7cd3ccaaabc245be0bc52152e51 100644 |
--- a/content/public/browser/navigation_controller.h |
+++ b/content/public/browser/navigation_controller.h |
@@ -335,10 +335,10 @@ class NavigationController { |
// Removing of entries ------------------------------------------------------- |
- // Removes the entry at the specified |index|. This call dicards any pending |
- // and transient entries. If the index is the last committed index, this does |
- // nothing and returns false. |
- virtual void RemoveEntryAtIndex(int index) = 0; |
+ // 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. |
+ virtual bool RemoveEntryAtIndex(int index) = 0; |
// Random -------------------------------------------------------------------- |