1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
7 <!-- These must be kept in sync (and in-order) with components/dom_distiller/core/font_family_list.h -->
8 <string-array name="distiller_mode_font_family_values">
9 <item>@string/sans_serif</item>
10 <item>@string/serif</item>
11 <item>@string/monospace</item>
14 <!-- Privacy preferences -->
15 <string-array name="bandwidth_entries">
16 <item>@string/always_prefetch_bandwidth_entry</item>
17 <item>@string/wifi_prefetch_bandwidth_entry</item>
18 <item>@string/never_prefetch_bandwidth_entry</item>
20 <string-array name="bandwidth_entry_values">
21 <item>@string/network_prediction_always_value</item>
22 <item>@string/network_prediction_wifi_only_value</item>
23 <item>@string/network_prediction_never_value</item>
25 <string-array name="crash_upload_entries">
26 <item>@string/crash_dump_always_upload</item>
27 <item>@string/crash_dump_only_with_wifi</item>
28 <item>@string/crash_dump_never_upload</item>
30 <string-array name="crash_upload_values">
31 <item>@string/crash_dump_always_upload_value</item>
32 <item>@string/crash_dump_only_with_wifi_value</item>
33 <item>@string/crash_dump_never_upload_value</item>