WorkerNavigator: Remove deprecated Quota Management API.
Removes webkitTemporaryStorage and webkitPersistentStorage from
WorkerNavigator (which were available behind the
enable-experimental-web-platform-features flag). Does not affect stable.
These attributes were accidentally removed from stable in 2014 (due to
https://crbug.com/604292) and nobody noticed. Since they are deprecated
and non-standard, the decision has been made to remove these rather than
reinstate them.
BUG=
604292
Committed:
https://crrev.com/9bb2926b2514ffec767b574df4fa1f4e339e3eab
Cr-Commit-Position: refs/heads/master@{#388361}