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

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

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 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/details_view.js
diff --git a/chrome/browser/resources/net_internals/details_view.js b/chrome/browser/resources/net_internals/details_view.js
index 1b1792f0f8ee2ba32f6d8c693b50ef378e6f49b7..adf018415653c7d5f8589a111fa5a72bd9aa2f5b 100644
--- a/chrome/browser/resources/net_internals/details_view.js
+++ b/chrome/browser/resources/net_internals/details_view.js
@@ -62,7 +62,8 @@ var DetailsView = (function() {
var p = addNode(div, 'p');
addNodeWithText(
- p, 'h4', sourceEntry.getSourceId() + ': ' +
+ p, 'h4',
+ sourceEntry.getSourceId() + ': ' +
sourceEntry.getSourceTypeString());
if (sourceEntry.getDescription())

Powered by Google App Engine
This is Rietveld 408576698