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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index b64fd81eeee47b512b30a9bbdfa159ff73fd7d59..aac36a36792be2dc6c084913de5559b821f95a8d 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -450,6 +450,9 @@
</if>
<include name="IDR_PROFILER_HTML" file="resources\profiler\profiler.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
<include name="IDR_PROFILER_JS" file="resources\profiler\profiler.js" flattenhtml="true" type="BINDATA" compress="gzip" />
+ <include name="IDR_SAFE_BROWSING_HTML" file="resources\safe_browsing\safe_browsing.html" type="BINDATA" />
vakh (use Gerrit instead) 2017/06/15 22:51:14 I'd prefer to have these files under components/sa
vakh (use Gerrit instead) 2017/06/16 16:08:55 Re: your comment about the location of the files,
hkamila 2017/06/16 20:53:24 That was my initial location of the files, but onc
+ <include name="IDR_SAFE_BROWSING_CSS" file="resources\safe_browsing\safe_browsing.css" type="BINDATA" />
+ <include name="IDR_SAFE_BROWSING_JS" file="resources\safe_browsing\safe_browsing.js" type="BINDATA" />
<include name="IDR_SITE_ENGAGEMENT_HTML" file="resources\engagement\site_engagement.html" flattenhtml="true" type="BINDATA" compress="gzip" />
<include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_engagement.js" flattenhtml="true" type="BINDATA" compress="gzip" />
<include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\browser\engagement\site_engagement_details.mojom.js" use_base_dir="false" type="BINDATA" compress="gzip" />

Powered by Google App Engine
This is Rietveld 408576698