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

Side by Side Diff: chrome/browser/resources/md_policy/policy_resources.grd

Issue 1395073002: Policy Ui sends correct translations for risk tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Translation descriptions added. Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3 <outputs>
4 <output filename="grit/policy_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit>
6 </output>
7 <output filename="grit/policy_resources_map.cc"
8 type="resource_file_map_source" />
9 <output filename="grit/policy_resources_map.h"
10 type="resource_map_header" />
11 <output filename="policy_resources.pak" type="data_package" />
12 </outputs>
13 <release seq="1">
14 <structures>
15 <structure name="IDR_MD_POLICY_HTML"
16 file="md_policy.html"
17 type="chrome_html"/>
Dan Beam 2015/10/13 16:49:23 why are you making a .grd file for 1 HTML file? w
fhorschig 2015/10/14 14:50:23 Assuming I would not move code into a separate fil
Dan Beam 2015/10/14 20:21:22 I have no idea what this means
fhorschig 2015/10/14 20:53:44 Sorry, the text is overly complicated. I _will_ ne
Dan Beam 2015/10/14 21:01:29 makes sense but I had no way of knowing there'd be
fhorschig 2015/10/15 14:45:38 TODO is a nice idea. Added one and kept this in mi
18 </structures>
19 </release>
20 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698