use embedders' browser context when partition is not specified

This commit is contained in:
Robo 2015-08-28 13:00:50 +05:30
parent 150b540e72
commit da5bac42f3
3 changed files with 13 additions and 7 deletions

View file

@ -140,7 +140,7 @@ If "on", the guest page will have web security disabled.
Sets the storage partition used by the `webview`. If the storage partition ID starts with `persist:`,
the `webview` will use a persistent storage partition available to all `webview` in the app with
the same storage partition ID. If the ID is unset or if there is no `persist:` prefix, the `webview` will
the same storage partition ID. if there is no `persist:` prefix, the `webview` will
use an in-memory storage partition. By assigning the same partition ID, multiple `webview`
can share the same storage partition.