| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| index ecbc5dc81b1829f603ecab69608efbbcdea3efe3..381a078f02e8aa14c4899efbd34ee2b280dd62a5 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -684,10 +684,6 @@ Browser* StartupBrowserCreatorImpl::ProcessSpecifiedURLs(
|
| // specified on the command line. Filter out any urls that are to be
|
| // restored by virtue of having been previously pinned.
|
| AddUniqueURLs(pref.urls, &tabs);
|
| - } else if (pref.type == SessionStartupPref::HOMEPAGE) {
|
| - // If 'homepage' selected, either by the user or by a policy, we should
|
| - // have migrated them to another value.
|
| - NOTREACHED() << "SessionStartupPref has deprecated type HOMEPAGE";
|
| }
|
|
|
| if (tabs.empty())
|
|
|