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

Unified Diff: chrome/android/java/res/values/arrays.xml

Issue 1712943002: [Android] Simplify "network predictions" preference to a boolean value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added bug link; rebased Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/xml/privacy_preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/arrays.xml
diff --git a/chrome/android/java/res/values/arrays.xml b/chrome/android/java/res/values/arrays.xml
index 3c31dc18dc550dbd53e17ebfefaf6b8db4cf1f41..9013b9f7931a5c0acb9c44dcf86c7fd626ef65f0 100644
--- a/chrome/android/java/res/values/arrays.xml
+++ b/chrome/android/java/res/values/arrays.xml
@@ -12,16 +12,6 @@
</string-array>
<!-- Privacy preferences -->
- <string-array name="bandwidth_entries">
- <item>@string/always_prefetch_bandwidth_entry</item>
- <item>@string/wifi_prefetch_bandwidth_entry</item>
- <item>@string/never_prefetch_bandwidth_entry</item>
- </string-array>
- <string-array name="bandwidth_entry_values">
- <item>@string/network_prediction_always_value</item>
- <item>@string/network_prediction_wifi_only_value</item>
- <item>@string/network_prediction_never_value</item>
- </string-array>
<string-array name="crash_upload_entries">
<item>@string/crash_dump_always_upload</item>
<item>@string/crash_dump_only_with_wifi</item>
« no previous file with comments | « no previous file | chrome/android/java/res/xml/privacy_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698