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

Unified Diff: netlog_viewer/netlog_viewer/tab_switcher_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/spdy_view.js ('k') | netlog_viewer/netlog_viewer/time_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/netlog_viewer/tab_switcher_view.js
diff --git a/netlog_viewer/netlog_viewer/tab_switcher_view.js b/netlog_viewer/netlog_viewer/tab_switcher_view.js
index 73102e78f7b274f674b32b9812907feb42308e29..d94859ac31e89996f1d2c672abb9a40e9a561396 100644
--- a/netlog_viewer/netlog_viewer/tab_switcher_view.js
+++ b/netlog_viewer/netlog_viewer/tab_switcher_view.js
@@ -70,8 +70,8 @@ var TabSwitcherView = (function() {
// Position each of the tab's content areas.
for (var tabId in this.tabIdToView_) {
var view = this.tabIdToView_[tabId];
- view.setGeometry(left + tabListWidth, top, width - tabListWidth,
- height);
+ view.setGeometry(
+ left + tabListWidth, top, width - tabListWidth, height);
}
},
« no previous file with comments | « netlog_viewer/netlog_viewer/spdy_view.js ('k') | netlog_viewer/netlog_viewer/time_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698