 Chromium Code Reviews
 Chromium Code Reviews Issue 2118663002:
  [Devtools] Seperate columns out of NetworkLogView into own file  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 2118663002:
  [Devtools] Seperate columns out of NetworkLogView into own file  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: third_party/WebKit/Source/devtools/front_end/network/module.json | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json | 
| index 8e1945e5c1be21e1cc04caab97d4b7830732c1bc..63f5ac7939407761fcf9996b5bd8c2776c764521 100644 | 
| --- a/third_party/WebKit/Source/devtools/front_end/network/module.json | 
| +++ b/third_party/WebKit/Source/devtools/front_end/network/module.json | 
| @@ -107,6 +107,7 @@ | 
| "NetworkItemView.js", | 
| "NetworkTimeCalculator.js", | 
| "NetworkLogView.js", | 
| + "NetworkLogViewColumns.js", | 
| "NetworkOverview.js", | 
| "RequestCookiesView.js", | 
| "RequestHeadersView.js", |