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

Unified Diff: chrome/browser/resources/net_internals/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 | « chrome/browser/resources/net_internals/util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/view.js
diff --git a/chrome/browser/resources/net_internals/view.js b/chrome/browser/resources/net_internals/view.js
index 05e538f1c5a573faec1896d7c5bd1edb854513c2..dd0be158967e2758292a8b51954fd79c848616ce 100644
--- a/chrome/browser/resources/net_internals/view.js
+++ b/chrome/browser/resources/net_internals/view.js
@@ -82,8 +82,7 @@ var View = (function() {
* values. It's included separately so most views don't have to depend on
* its specifics.
*/
- onLoadLogStart: function(polledData, tabData, logDump) {
- },
+ onLoadLogStart: function(polledData, tabData, logDump) {},
/**
* Called as the final step of loading a log file. Arguments are the same
@@ -193,8 +192,9 @@ var WindowView = (function() {
},
resetGeometry: function() {
- this.setGeometry(0, 0, document.documentElement.clientWidth,
- document.documentElement.clientHeight);
+ this.setGeometry(
+ 0, 0, document.documentElement.clientWidth,
+ document.documentElement.clientHeight);
}
};
« no previous file with comments | « chrome/browser/resources/net_internals/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698