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

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

Issue 2322843002: Propagate connection info to Blimp android UI. (Closed)
Patch Set: Merge conflicts. Created 4 years, 3 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
« no previous file with comments | « no previous file | blimp/client/app/android/java/strings/android_blimp_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/java/res/xml/blimp_preferences.xml
diff --git a/blimp/client/app/android/java/res/xml/blimp_preferences.xml b/blimp/client/app/android/java/res/xml/blimp_preferences.xml
index 97dc6025cde9a9c93369f4b01a33406cc1d26199..a399666c8c35a5711b16949ce391981cf847f74a 100644
--- a/blimp/client/app/android/java/res/xml/blimp_preferences.xml
+++ b/blimp/client/app/android/java/res/xml/blimp_preferences.xml
@@ -9,8 +9,8 @@
android:key="blimp_switch"
android:title="@string/blimp_switch" />
<Preference
- android:key="blimp_engine_ip"
- android:title="@string/blimp_engine_ip" />
+ android:key="blimp_engine_info"
+ android:title="@string/blimp_engine_info" />
<Preference
android:key="blimp_engine_version"
android:title="@string/blimp_engine_version" />
« no previous file with comments | « no previous file | blimp/client/app/android/java/strings/android_blimp_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698