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

Unified Diff: webrtc/examples/androidapp/AndroidManifest.xml

Issue 1883923003: Use the new appr.tc URL (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | webrtc/examples/androidapp/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidapp/AndroidManifest.xml
diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml
index 1e9cbf17d9a79d1ebf0382c082304a461cccdb80..a8c09619c9f63f973e6692e076d5245e81b94d36 100644
--- a/webrtc/examples/androidapp/AndroidManifest.xml
+++ b/webrtc/examples/androidapp/AndroidManifest.xml
@@ -32,8 +32,8 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
- <data android:scheme="https" android:host="apprtc.appspot.com"/>
- <data android:scheme="http" android:host="apprtc.appspot.com"/>
+ <data android:scheme="https" android:host="appr.tc"/>
+ <data android:scheme="http" android:host="appr.tc"/>
</intent-filter>
</activity>
« no previous file with comments | « no previous file | webrtc/examples/androidapp/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698