Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: components/resources/security_interstitials_resources.grdp

Issue 2854263003: Add quiet safe browsing interstitial for WebView (Closed)
Patch Set: Fix tests Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <include name="IDR_SECURITY_INTERSTITIAL_UI_HTML" file="../security_interstiti als/core/browser/resources/interstitial_ui.html" flattenhtml="true" type="BINDAT A" /> 3 <include name="IDR_SECURITY_INTERSTITIAL_UI_HTML" file="../security_interstiti als/core/browser/resources/interstitial_ui.html" flattenhtml="true" type="BINDAT A" />
4 <include name="IDR_SECURITY_INTERSTITIAL_HTML" file="../security_interstitials /core/browser/resources/interstitial_v2.html" flattenhtml="true" type="BINDATA" /> 4 <include name="IDR_SECURITY_INTERSTITIAL_HTML" file="../security_interstitials /core/browser/resources/interstitial_v2.html" flattenhtml="true" type="BINDATA" />
5 <include name="IDR_SECURITY_INTERSTITIAL_QUIET_HTML" file="../security_interst itials/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
5 </grit-part> 6 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698