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

Unified Diff: Source/devtools/front_end/ui_lazy/DataGrid.js

Issue 1048823002: [DevTools] Simplify getting back to default network order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « Source/devtools/front_end/network/networkLogView.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui_lazy/DataGrid.js
diff --git a/Source/devtools/front_end/ui_lazy/DataGrid.js b/Source/devtools/front_end/ui_lazy/DataGrid.js
index c312c0bd34c80c5d072e62fc0a102ec69ba707ac..9ac8aafb3d70b38a37222ae598b139e4b0509255 100644
--- a/Source/devtools/front_end/ui_lazy/DataGrid.js
+++ b/Source/devtools/front_end/ui_lazy/DataGrid.js
@@ -883,15 +883,6 @@ WebInspector.DataGrid.prototype = {
this._sortColumnCell.classList.add(sortOrder);
},
- /**
- * @param {string} columnIdentifier
- * @return {!Element}
- */
- headerTableHeader: function(columnIdentifier)
- {
- return this._headerTableHeaders[columnIdentifier];
- },
-
_mouseDownInDataTable: function(event)
{
var gridNode = this.dataGridNodeFromNode(event.target);
« no previous file with comments | « Source/devtools/front_end/network/networkLogView.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698