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

Unified Diff: blimp/client/app/android/java/res/xml/about_blimp_preferences.xml

Issue 2173563003: Blimp settings UI integration for Chrome, everything still lives in Blimp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit issues, and prepare to commit. Created 4 years, 5 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: blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
diff --git a/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml b/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
index 30cf166d96474d40f4fd1c41a8c043bde35fa1c5..f4f0789215ebc793405389888c05bd8fa48c3a72 100644
--- a/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
+++ b/blimp/client/app/android/java/res/xml/about_blimp_preferences.xml
@@ -20,6 +20,6 @@
<ListPreference
android:key="blimp_assigner_url"
android:title="@string/blimp_assigner_url"
- android:entries="@array/assigner_envs"
- android:entryValues="@array/assigner_urls" />
+ android:entries="@array/blimp_assigner_envs"
+ android:entryValues="@array/blimp_assigner_urls" />
</PreferenceScreen>
« no previous file with comments | « blimp/client/app/android/java/res/values/arrays.xml ('k') | blimp/client/app/android/java/res/xml/blimp_preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698