Chromium Code Reviews| Index: content/public/browser/navigation_controller.h |
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h |
| index 3b93ef145a864001b4d5bf61b93f56e99b330f98..0aebb005de40ee4047bd289a8adebaafbadbda59 100644 |
| --- a/content/public/browser/navigation_controller.h |
| +++ b/content/public/browser/navigation_controller.h |
| @@ -330,10 +330,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 dicards any |
|
Charlie Reis
2013/07/19 23:28:43
nit: Might as well fix "discards". Funny that the
nasko
2013/07/22 16:18:28
Done.
|
| + // 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 -------------------------------------------------------------------- |