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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js

Issue 1718213003: [DevTools] Add "show throttling" to device mode instead of "configure network". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
Index: third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
index 34e66c14ef0757cb141b61757ec72d97d022027f..79e97141c22535950a2743158b2b36554b5d2443 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js
@@ -177,7 +177,7 @@ WebInspector.NetworkPanel.prototype = {
{
var toolbarItem = new WebInspector.ToolbarComboBox(null);
toolbarItem.setMaxWidth(140);
- new WebInspector.NetworkConditionsSelector(toolbarItem.selectElement());
+ WebInspector.NetworkConditionsSelector.decorateSelect(toolbarItem.selectElement());
return toolbarItem;
},

Powered by Google App Engine
This is Rietveld 408576698