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

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

Issue 2550243002: Color the VR omnibox security icons. (Closed)
Patch Set: Address some comments. Created 4 years 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
« no previous file with comments | « ui/webui/resources/images/vr_reload.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index ed66248c6911a8eaac177279a224636142c7e1dc..766a4c33c3a1939a3fa2839dc7bc5e67b92bfe0b 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -197,6 +197,17 @@ without changes to the corresponding grd file. -->
<include name="IDR_WEBUI_IMAGES_TRASH"
file="images/trash.png" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_BACK"
cjgrant 2016/12/06 15:52:00 I hope to conditionally include these, after confi
+ file="images/back.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_INFO"
+ file="images/info.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_LOCK"
+ file="images/lock.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_RELOAD"
+ file="images/reload.svg" type="BINDATA" />
+ <include name="IDR_VR_SHELL_UI_IMAGE_WARNING"
+ file="images/warning.svg" type="BINDATA" />
+
<if expr="chromeos">
<part file="cr_elements_images_chromeos.grdp" />
</if>
« no previous file with comments | « ui/webui/resources/images/vr_reload.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698