Index: chrome/browser/ui/browser_init.cc |
=================================================================== |
--- chrome/browser/ui/browser_init.cc (revision 133745) |
+++ chrome/browser/ui/browser_init.cc (working copy) |
@@ -1194,9 +1194,10 @@ |
UrlsToTabs(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 the user had 'homepage' selected, we should have migrated them to |
+ // 'URLs' instead. |
+ DLOG(ERROR) << "pref.type == HOMEPAGE"; |
+ NOTREACHED(); |
} |
if (tabs.empty()) |