| Index: chrome/browser/tab_contents/navigation_controller.h
|
| diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h
|
| index f9c284e1e5b4de5a2efd41afc4be8b5866f24809..d86b5871eb6136dc2e55b1b5be91ff448019fd26 100644
|
| --- a/chrome/browser/tab_contents/navigation_controller.h
|
| +++ b/chrome/browser/tab_contents/navigation_controller.h
|
| @@ -372,8 +372,6 @@ class NavigationController {
|
| // this: E F *G* (last must be active or pending)
|
| // result: A B *G*
|
| // This ignores the transient index of the source and honors that of 'this'.
|
| - // This should only be used when you are going to destroy |source| right after
|
| - // invoking this.
|
| void CopyStateFromAndPrune(NavigationController* source);
|
|
|
| // Removes all the entries except the active entry. If there is a new pending
|
|
|