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

Unified Diff: chrome/browser/resources/net_internals/alt_svc_view.js

Issue 2602473003: Run tools/clang-format-js on chrome/browser/resources/net_internals (Closed)
Patch Set: drop dep Created 3 years, 12 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 | chrome/browser/resources/net_internals/bandwidth_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/alt_svc_view.js
diff --git a/chrome/browser/resources/net_internals/alt_svc_view.js b/chrome/browser/resources/net_internals/alt_svc_view.js
index 91bc82e9f719e987954924a5d54090c85b47bf2b..528e48628b2735d63fa137176786c83e0ca06693 100644
--- a/chrome/browser/resources/net_internals/alt_svc_view.js
+++ b/chrome/browser/resources/net_internals/alt_svc_view.js
@@ -41,8 +41,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 | « no previous file | chrome/browser/resources/net_internals/bandwidth_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698