| Index: chrome/browser/sessions/session_backend.h
|
| diff --git a/chrome/browser/sessions/session_backend.h b/chrome/browser/sessions/session_backend.h
|
| index e4fb4e13dbaef94ba2a2f95dc87f2d48bc0d625c..04263fa1aa61ed20e39df55110dae66cfcd8a01e 100644
|
| --- a/chrome/browser/sessions/session_backend.h
|
| +++ b/chrome/browser/sessions/session_backend.h
|
| @@ -58,10 +58,7 @@ class SessionBackend : public base::RefCountedThreadSafe<SessionBackend> {
|
|
|
| // Appends the specified commands to the current file. If reset_first is
|
| // true the the current file is recreated.
|
| - //
|
| - // NOTE: this deletes SessionCommands in commands as well as the supplied
|
| - // vector.
|
| - void AppendCommands(ScopedVector<SessionCommand>* commands, bool reset_first);
|
| + void AppendCommands(ScopedVector<SessionCommand> commands, bool reset_first);
|
|
|
| // Invoked from the service to read the commands that make up the last
|
| // session, invokes ReadLastSessionCommandsImpl to do the work.
|
|
|