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

Unified Diff: chrome/android/java/res/xml/privacy_preferences.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
Index: chrome/android/java/res/xml/privacy_preferences.xml
diff --git a/chrome/android/java/res/xml/privacy_preferences.xml b/chrome/android/java/res/xml/privacy_preferences.xml
index bf347e51923ab1a60e19a260f682c4cafe969a0e..81e59fe9c478aebfc64fb800e987dc405df35518 100644
--- a/chrome/android/java/res/xml/privacy_preferences.xml
+++ b/chrome/android/java/res/xml/privacy_preferences.xml
@@ -22,21 +22,10 @@
android:key="safe_browsing"
android:title="@string/safe_browsing_title"
android:summary="@string/safe_browsing_summary" />
-
- <!-- Only one of these network prediction preferences will be shown, depending on whether
- the device has cellular support. -->
- <org.chromium.chrome.browser.preferences.privacy.NetworkPredictionPreference
- android:key="network_predictions"
- android:title="@string/network_predictions_title"
- android:persistent="false"
- android:entries="@array/bandwidth_entries"
- android:entryValues="@array/bandwidth_entry_values"
- android:defaultValue="@string/network_prediction_wifi_only_value" />
<org.chromium.chrome.browser.preferences.ChromeBaseCheckBoxPreference
- android:key="network_predictions_no_cellular"
+ android:key="network_predictions"
android:title="@string/network_predictions_title"
- android:summary="@string/network_predictions_summary"
- android:defaultValue="true" />
+ android:persistent="false" />
<!-- Only one of these "Usage and crash reports" preferences will be shown, depending on whether
the device has cellular support. -->

Powered by Google App Engine
This is Rietveld 408576698