Chromium Code Reviews| Index: components/resources/security_interstitials_resources.grdp |
| diff --git a/components/resources/security_interstitials_resources.grdp b/components/resources/security_interstitials_resources.grdp |
| index 907ef5fe0fcf5edbadbf2051555b04cc4d31a58a..2fb0f05ce92147674cb475aa8320d1cb168d2609 100644 |
| --- a/components/resources/security_interstitials_resources.grdp |
| +++ b/components/resources/security_interstitials_resources.grdp |
| @@ -2,4 +2,5 @@ |
| <grit-part> |
| <include name="IDR_SECURITY_INTERSTITIAL_UI_HTML" file="../security_interstitials/core/browser/resources/interstitial_ui.html" flattenhtml="true" type="BINDATA" /> |
| <include name="IDR_SECURITY_INTERSTITIAL_HTML" file="../security_interstitials/core/browser/resources/interstitial_v2.html" flattenhtml="true" type="BINDATA" /> |
| + <include name="IDR_SECURITY_INTERSTITIAL_QUIET_HTML" file="../security_interstitials/core/browser/resources/interstitial_webview_quiet.html" flattenhtml="true" type="BINDATA" /> |
|
Dan Beam
2017/05/19 19:14:22
do you need to flattenhtml="true"? are you relyin
edwardjung
2017/05/19 19:38:18
Yes they need to be inlined, they aren't normal We
|
| </grit-part> |