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

Unified Diff: chrome/browser/resources/net_internals/spdy_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
Index: chrome/browser/resources/net_internals/spdy_view.js
diff --git a/chrome/browser/resources/net_internals/spdy_view.js b/chrome/browser/resources/net_internals/spdy_view.js
index 797aeda7a25b0c09666111d880d668b902f798a0..052421b4295bc6ef477df9d03b590aac1f1b8d67 100644
--- a/chrome/browser/resources/net_internals/spdy_view.js
+++ b/chrome/browser/resources/net_internals/spdy_view.js
@@ -42,7 +42,7 @@ var SpdyView = (function() {
onLoadLogFinish: function(data) {
return this.onSpdySessionInfoChanged(data.spdySessionInfo) &&
- this.onSpdyStatusChanged(data.spdyStatus);
+ this.onSpdyStatusChanged(data.spdyStatus);
},
/**
@@ -52,7 +52,7 @@ var SpdyView = (function() {
onSpdySessionInfoChanged: function(spdySessionInfo) {
if (!spdySessionInfo)
return false;
- var input = new JsEvalContext({ spdySessionInfo: spdySessionInfo });
+ var input = new JsEvalContext({spdySessionInfo: spdySessionInfo});
jstProcess(input, $(SpdyView.SESSION_INFO_ID));
return true;
},

Powered by Google App Engine
This is Rietveld 408576698