Add embedded GAIA webview to views-based login.
WebUI structure:
- views::WebView pointing to login HTML
- <webview gaia>
Views Structure:
- Views-based login UI
- views::WebView hosting minimal HTML so we can customize <webview>
- <webview gaia>
The structure w.r.t. the gaia webview is the same so this approach should minimize porting difficulties. It also makes it feasible to inject any custom code into the gaia webview if needed, since we have the host views::WebView instance.
Comment 1 by jdufault@chromium.org
, Dec 6 2017