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

Side by Side Diff: ui/webui/resources/cr_elements_images.grdp

Issue 1033843003: Add NetworkTechnology types to ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_WEBUI_CR_ELEMENTS_NETWORK_BADGE_CDMA1XRTT"
4 file="cr_elements/cr_network_icon/badge_1x.png"
5 type="BINDATA" />
3 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_3G" 6 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_3G"
4 file="cr_elements/cr_network_icon/badge_3g.png" 7 file="cr_elements/cr_network_icon/badge_3g.png"
5 type="BINDATA" /> 8 type="BINDATA" />
6 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_4G" 9 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_4G"
7 file="cr_elements/cr_network_icon/badge_4g.png" 10 file="cr_elements/cr_network_icon/badge_4g.png"
8 type="BINDATA" /> 11 type="BINDATA" />
9 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_EDGE" 12 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_EDGE"
10 file="cr_elements/cr_network_icon/badge_edge.png" 13 file="cr_elements/cr_network_icon/badge_edge.png"
11 type="BINDATA" /> 14 type="BINDATA" />
12 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_EVDO" 15 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_BADGE_EVDO"
(...skipping 26 matching lines...) Expand all
39 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_ICON_MOBILE" 42 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_ICON_MOBILE"
40 file="cr_elements/cr_network_icon/mobile.png" 43 file="cr_elements/cr_network_icon/mobile.png"
41 type="BINDATA" /> 44 type="BINDATA" />
42 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_ICON_VPN" 45 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_ICON_VPN"
43 file="cr_elements/cr_network_icon/vpn.png" 46 file="cr_elements/cr_network_icon/vpn.png"
44 type="BINDATA" /> 47 type="BINDATA" />
45 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_ICON_WIFI" 48 <include name="IDR_WEBUI_CR_ELEMENTS_NETWORK_ICON_WIFI"
46 file="cr_elements/cr_network_icon/wifi.png" 49 file="cr_elements/cr_network_icon/wifi.png"
47 type="BINDATA" /> 50 type="BINDATA" />
48 </grit-part> 51 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698