<webview>: Implement support for package-local chrome-extension:// URLs
Add a new object to manifest.json:
"webview": {
'accessible_resources': [
// List of files and URL patterns go here.
],
'privileged_partitions': [
// List of partition wildcards go here.
]
}
BUG=
157626
Test=WebViewTest.Shim_TestChromeExtensionURL, WebViewTest.Shim_TestLoadAbortChromeExtensionURLWrongPartition
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=225896