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

Unified Diff: chrome/android/java/res/xml/usage_and_crash_reports_preferences.xml

Issue 978623002: New UMA settings fragment for Chrome on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fixed Created 5 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/usage_and_crash_reports_preferences.xml
diff --git a/chrome/android/java/res/xml/do_not_track_preferences.xml b/chrome/android/java/res/xml/usage_and_crash_reports_preferences.xml
similarity index 68%
copy from chrome/android/java/res/xml/do_not_track_preferences.xml
copy to chrome/android/java/res/xml/usage_and_crash_reports_preferences.xml
index 5bbad1ea75dd0fdc48d24554a4a27e305cd95a19..a2d6af75642f9ef4be1b83c1a1d30721e5376449 100644
--- a/chrome/android/java/res/xml/do_not_track_preferences.xml
+++ b/chrome/android/java/res/xml/usage_and_crash_reports_preferences.xml
@@ -7,18 +7,19 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:chrome="http://schemas.android.com/apk/res-auto">
+
Alexei Svitkine (slow) 2015/03/09 18:26:27 Nit: Remove extra empty line.
gayane -on leave until 09-2017 2015/03/09 23:07:25 Done.
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
- android:key="do_not_track_switch"
+ android:key="usage_and_crash_reports_switch"
android:summaryOn="@string/text_on"
- android:summaryOff="@string/text_off" />
+ android:summaryOff="@string/text_off"/>
<org.chromium.chrome.browser.preferences.TextMessagePreference
- android:title="@string/do_not_track_description" />
+ android:title="@string/usage_and_crash_reports_description"/>
<org.chromium.chrome.browser.preferences.HyperlinkPreference
- android:key="do_not_track_learn_more"
+ android:key="usage_and_crash_reports_learn_more"
android:title="@string/learn_more"
- chrome:url="@string/do_not_track_learn_more_url"
+ chrome:url="@string/usage_and_crash_reports_learn_more_url"
chrome:imitateWebLink="true" />
-</PreferenceScreen>
+</PreferenceScreen>

Powered by Google App Engine
This is Rietveld 408576698