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

Unified 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, 9 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/data_reduction_preferences_off.xml
diff --git a/chrome/android/java/res/xml/data_reduction_preferences_off.xml b/chrome/android/java/res/xml/data_reduction_preferences_off.xml
index 6e8402eddb5cda85aa656644ed4cd6cee31cc2b1..f6154aaf8bdc9b0031a524b2cdd10e292e1ede3a 100644
--- a/chrome/android/java/res/xml/data_reduction_preferences_off.xml
+++ b/chrome/android/java/res/xml/data_reduction_preferences_off.xml
@@ -12,14 +12,6 @@
android:title="@string/safe_browsing_description" />
<org.chromium.chrome.browser.preferences.TextMessagePreference
android:title="@string/data_reduction_caveats_description" />
- <org.chromium.chrome.browser.preferences.TextMessagePreference
- android:key="data_reduction_experiment_text"
- android:title="@string/data_reduction_experiment_description" />
- <org.chromium.chrome.browser.preferences.HyperlinkPreference
- android:key="data_reduction_experiment_link"
- android:title="@string/learn_more"
- chrome:url="@string/data_reduction_experiment_link_url"
- chrome:imitateWebLink="true" />
<org.chromium.chrome.browser.preferences.LearnMorePreference
android:key="data_reduction_learn_more"
chrome:helpContext="@string/help_context_data_reduction" />

Powered by Google App Engine
This is Rietveld 408576698