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

Unified Diff: netlog_viewer/netlog_viewer/alt_svc_view.js

Issue 3011363002: Apply Chromium changes up to commit 0036296a1128ac9cbefeaff51c8df831ec421c36 (Closed)
Patch Set: address comments Created 3 years, 3 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 | « netlog_viewer/README.md ('k') | netlog_viewer/netlog_viewer/bandwidth_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/netlog_viewer/alt_svc_view.js
diff --git a/netlog_viewer/netlog_viewer/alt_svc_view.js b/netlog_viewer/netlog_viewer/alt_svc_view.js
index 2df33c57238080d9908efada9156f242e3f796a6..e93663a089ffd1d5a33534ffa23eaecf642f271a 100644
--- a/netlog_viewer/netlog_viewer/alt_svc_view.js
+++ b/netlog_viewer/netlog_viewer/alt_svc_view.js
@@ -46,8 +46,8 @@ var AltSvcView = (function() {
onLoadLogFinish: function(data) {
// TODO(rch): Remove the check for spdyAlternateProtocolMappings after
// M53 (It was renamed to altSvcMappings in M50).
- return this.onAltSvcMappingsChanged(data.altSvcMappings ||
- data.spdyAlternateProtocolMappings);
+ return this.onAltSvcMappingsChanged(
+ data.altSvcMappings || data.spdyAlternateProtocolMappings);
},
/**
« no previous file with comments | « netlog_viewer/README.md ('k') | netlog_viewer/netlog_viewer/bandwidth_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698