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. --> |