Restrict extensionview to chrome-extension:// only.
To set an extension id for the extensionview, there must be a connect(extensionid, src); call. After an extension has been set, it cannot be reset without the guestview being destroyed/recreated. Once an extension has been set, the src can be modified to navigate to different pages for that extension.
The extensionview will navigate to pages with format of chrome-extension://extensionid/page.html, where:
extension="extensionid" and src="page.html"
BUG=
459680
Committed:
https://crrev.com/19c01ac0d65560febf3d2ea5e843ff8a94afb694
Cr-Commit-Position: refs/heads/master@{#316884}