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

Unified Diff: netlog_viewer/netlog_viewer/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/netlog_viewer/util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/netlog_viewer/view.js
diff --git a/netlog_viewer/netlog_viewer/view.js b/netlog_viewer/netlog_viewer/view.js
index 7cb2e879361ff62da3d5f3072d22f559be7cb558..9ab8d46b465e2997125c624cf620a62c70a0eb39 100644
--- a/netlog_viewer/netlog_viewer/view.js
+++ b/netlog_viewer/netlog_viewer/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 | « netlog_viewer/netlog_viewer/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698