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

Unified Diff: sky/framework/xmlhttprequest.sky

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove calls to AddStandardScheme Created 6 years, 1 month 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: sky/framework/xmlhttprequest.sky
diff --git a/sky/framework/xmlhttprequest.sky b/sky/framework/xmlhttprequest.sky
index 50d92bdfc88e557de5bc39e08acafe0749abe062..0b4379a674adb8ce21d5ed1d34112cd5280f5278 100644
--- a/sky/framework/xmlhttprequest.sky
+++ b/sky/framework/xmlhttprequest.sky
@@ -6,7 +6,7 @@
<script>
function XMLHttpRequest() {
this.networkService_ = shell.connectToService(
- "mojo://network_service/", net.NetworkService);
+ "mojo:network_service/", net.NetworkService);
abarth-chromium 2014/11/05 18:15:01 Why the trailing / ?
qsr 2014/11/05 18:22:21 Done.
this.request_ = null;
this.loader_ = null;
this.responseText = null;

Powered by Google App Engine
This is Rietveld 408576698