Remove year+ old migration support of "session.urls_to_restore_on_startup".
Remove code supporting the migration of "session.urls_to_restore_on_startup"
to "session.startup_urls", the corresponding constants, histograms and unit
tests. This migration was there to support pre M-32 profiles.
This is a preparatory step before componentization of //chrome/browser/prefs
as keeping the migration code in the component is not worth the complexity.
Mark histograms as obsolete as of 2015/12 due to the removal of the migration
code they were mesuring.
BUG=
525079
Committed:
https://crrev.com/39dc3a1ffc119ce551abb056057c7076b8017401
Cr-Commit-Position: refs/heads/master@{#362981}