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