| Index: chrome/browser/sessions/session_restore.h
|
| diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
|
| index e7ad887cf1bfc62d4bb736c9866ff433d86d15e2..de0a90e9b0ded0599edc02a28b3a1a03a8b84263 100644
|
| --- a/chrome/browser/sessions/session_restore.h
|
| +++ b/chrome/browser/sessions/session_restore.h
|
| @@ -101,11 +101,6 @@
|
| static CallbackSubscription RegisterOnSessionRestoredCallback(
|
| const base::Callback<void(int)>& callback);
|
|
|
| - // Add |urls| to URLs-to-open list, so that they will be opened after session
|
| - // URLs when session is restored.
|
| - static void AddURLsToOpen(const Profile* profile,
|
| - const std::vector<GURL>& urls);
|
| -
|
| private:
|
| SessionRestore();
|
|
|
|
|