1<?xml version="1.0" encoding="utf-8"?> 2 3<!-- 4The URL strings in this file are intentionally empty to prevent Chromium forks from 5accidentally sending metrics to Google servers. The values for Chrome-branded builds can 6be found here: 7https://chrome-internal.googlesource.com/chrome/components/metrics/internal/+/main/url_constants.grd 8 9Note that for LGPL compliance reasons, these URL strings are stored in resource files 10rather than the code. 11--> 12 13<grit latest_public_release="0" current_release="1" output_all_resource_defines="false"> 14 <outputs> 15 <output filename="grit/metrics_url_constants.h" type="rc_header"> 16 <emit emit_type='prepend'></emit> 17 </output> 18 <output filename="metrics_url_constants.pak" type="data_package" /> 19 </outputs> 20 <release seq="1"> 21 <messages fallback_to_english="true"> 22 <!-- Ideally, these would be empty strings, but Grit skips empty messages. 23 So instead, use a dash as a placeholder, which we manually interpret as 24 an empty string in the cpp code. --> 25 <message name="IDS_NEW_METRICS_SERVER_URL" translateable="false"> 26 - 27 </message> 28 <message name="IDS_NEW_METRICS_SERVER_URL_INSECURE" translateable="false"> 29 - 30 </message> 31 <message name="IDS_OLD_METRICS_SERVER_URL" translateable="false"> 32 - 33 </message> 34 <message name="IDS_DEFAULT_METRICS_MIME_TYPE" translateable="false"> 35 - 36 </message> 37 <message name="IDS_DEFAULT_UKM_SERVER_URL" translateable="false"> 38 - 39 </message> 40 <message name="IDS_UKM_MIME_TYPE" translateable="false"> 41 - 42 </message> 43 <message name="IDS_DEFAULT_DWA_SERVER_URL" translateable="false"> 44 - 45 </message> 46 </messages> 47 </release> 48</grit> 49