Support partitioning of storage contexts based on render_id.
This modifies BrowserContext to support having multiple storage partitions based on the child process id. The embedder is given a function that allows it to map a child process id into different storage buckets.
R=creis,nasko,jam
TBR=marja
BUG=
85121
TEST=add an isolated app that covers a path like
http://www.example.com/isolated/. On that page, add an entry to local storage. Access another page on
www.example.com that is not isolated. Check that it cannot see the previously set entry. Repeat test in the reverse direction.
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=146443