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

Side by Side Diff: chrome/android/java/res/xml/data_reduction_preferences_off.xml

Issue 1849613002: Remove the Data Reduction Proxy SSL Android code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 xmlns:chrome="http://schemas.android.com/apk/res-auto" > 7 xmlns:chrome="http://schemas.android.com/apk/res-auto" >
8 8
9 <org.chromium.chrome.browser.preferences.TextMessagePreference 9 <org.chromium.chrome.browser.preferences.TextMessagePreference
10 android:title="@string/data_reduction_description" /> 10 android:title="@string/data_reduction_description" />
11 <org.chromium.chrome.browser.preferences.TextMessagePreference 11 <org.chromium.chrome.browser.preferences.TextMessagePreference
12 android:title="@string/safe_browsing_description" /> 12 android:title="@string/safe_browsing_description" />
13 <org.chromium.chrome.browser.preferences.TextMessagePreference 13 <org.chromium.chrome.browser.preferences.TextMessagePreference
14 android:title="@string/data_reduction_caveats_description" /> 14 android:title="@string/data_reduction_caveats_description" />
15 <org.chromium.chrome.browser.preferences.TextMessagePreference
16 android:key="data_reduction_experiment_text"
17 android:title="@string/data_reduction_experiment_description" />
18 <org.chromium.chrome.browser.preferences.HyperlinkPreference
19 android:key="data_reduction_experiment_link"
20 android:title="@string/learn_more"
21 chrome:url="@string/data_reduction_experiment_link_url"
22 chrome:imitateWebLink="true" />
23 <org.chromium.chrome.browser.preferences.LearnMorePreference 15 <org.chromium.chrome.browser.preferences.LearnMorePreference
24 android:key="data_reduction_learn_more" 16 android:key="data_reduction_learn_more"
25 chrome:helpContext="@string/help_context_data_reduction" /> 17 chrome:helpContext="@string/help_context_data_reduction" />
26 </PreferenceScreen> 18 </PreferenceScreen>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698