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

Unified Diff: dashboard/ui/changelog_webrtc.html

Issue 148963013: Omit protocol part in URLs in changelog pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/perf.git@master
Patch Set: Omit protocol in js/changelog.js as well. Created 6 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
« no previous file with comments | « dashboard/ui/changelog_v8.html ('k') | dashboard/ui/js/changelog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/ui/changelog_webrtc.html
diff --git a/dashboard/ui/changelog_webrtc.html b/dashboard/ui/changelog_webrtc.html
index 6f9626cf77c4efea8b10870db00243c86c39b253..a636d0f60a818275e1e10f09a942e0771cfa4c9c 100644
--- a/dashboard/ui/changelog_webrtc.html
+++ b/dashboard/ui/changelog_webrtc.html
@@ -58,7 +58,7 @@ form {
</form>
<script>
-var svnRootUrl = "http://webrtc.googlecode.com/svn/";
+var svnRootUrl = "//webrtc.googlecode.com/svn/";
// Unfortunately WebRTC doesn't have a ViewVC for the Subversion repo:
var viewVc = "";
« no previous file with comments | « dashboard/ui/changelog_v8.html ('k') | dashboard/ui/js/changelog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698