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

Unified Diff: webrtc/examples/androidapp/res/values/strings.xml

Issue 2628833004: Remove lint ignores and add WrongCall ignore directly to the test. (Closed)
Patch Set: Use annotation instead of a comment. Created 3 years, 11 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: webrtc/examples/androidapp/res/values/strings.xml
diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
index e8bbbd540d16b243f4706cc63965d2f524faea55..c6935a462265b616280b057eb9cd5bb2809d52a4 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -162,12 +162,10 @@
<string name="pref_enable_datachannel_key">enable_datachannel_preference</string>
<string name="pref_enable_datachannel_title">Enable datachannel.</string>
- <string name="pref_enable_datachannel_dlg">Enable datachannel.</string>
<string name="pref_enable_datachannel_default" translatable="false">true</string>
<string name="pref_ordered_key">ordered_preference</string>
<string name="pref_ordered_title">Order messages.</string>
- <string name="pref_ordered_dlg">Order messages.</string>
<string name="pref_ordered_default" translatable="false">true</string>
<string name="pref_data_protocol_key">Subprotocol</string>
@@ -177,7 +175,6 @@
<string name="pref_negotiated_key">negotiated_preference</string>
<string name="pref_negotiated_title">Negotiated.</string>
- <string name="pref_negotiated_dlg">Negotiated.</string>
<string name="pref_negotiated_default" translatable="false">false</string>
<string name="pref_max_retransmit_time_ms_key">max_retransmit_time_ms_preference</string>

Powered by Google App Engine
This is Rietveld 408576698