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

Unified Diff: components/cronet/android/sample/res/values/strings.xml

Issue 1221513002: Update the cronet sample app with new async APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add WritableByteChannel Created 5 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: components/cronet/android/sample/res/values/strings.xml
diff --git a/components/cronet/android/sample/res/values/strings.xml b/components/cronet/android/sample/res/values/strings.xml
index bbb7900c10c35228492cf85e4fda789516b23d06..6b9589d540c1512c1e4529ec844152617cbf722f 100644
--- a/components/cronet/android/sample/res/values/strings.xml
+++ b/components/cronet/android/sample/res/values/strings.xml
@@ -7,4 +7,6 @@
-->
<resources>
+ <string name="urlText">Enter a URL</string>
+ <string name="postText">Enter post data (leave it blank for GET request)</string>
</resources>

Powered by Google App Engine
This is Rietveld 408576698