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

Unified Diff: ui/webui/resources/webui_resources.grd

Issue 2363553003: VrShell: implement insecure content warning display (Closed)
Patch Set: dbeam #58/#59: CSS fixes, move icon to separate resource file Created 4 years, 2 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: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 16c90e21cd6db8775249ad16b2c9e78196891569..2a811b5a478bfff2dbb6293852c1962c829c16bc 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -200,6 +200,10 @@ without changes to the corresponding grd file. -->
<if expr="chromeos">
<part file="cr_elements_images_chromeos.grdp" />
</if>
+ <if expr="enable_vr_shell">
+ <include name="IDR_WEBUI_IMAGES_I_CIRCLE"
Dan Beam 2016/10/03 20:30:59 btw, you only need to add something to this file i
klausw 2016/10/03 21:28:19 Thanks, removed.
+ file="images/i_circle.svg" type="BINDATA" />
+ </if>
</includes>
<structures>
<structure name="IDR_WEBUI_CSS_ACTION_LINK"
« chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc ('K') | « ui/webui/resources/images/i_circle.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698