Telemetry: Remove the class ProfileCreator.
The class is replaced by ProfileExtender, which is functionally equivalent.
Reparent SmallProfileCreator to inherit from FastNavigationProfileExtender,
which cuts out all the deprecated code. This CL breaks ExtensionProfileCreator
on Mac. That class will be fixed in a follow up CL. ExtensionProfileCreator is
already broken on all other OSes, and it's not hooked into any tests.
BUG=
Review URL: https://codereview.chromium.org/
1020703002
Cr-Commit-Position: refs/heads/master@{#321454}