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

Unified Diff: Source/devtools/front_end/main/module.json

Issue 1186083003: [DevTools] Move network throttling to network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged in device mode Created 5 years, 6 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: Source/devtools/front_end/main/module.json
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
index 4563d403015b9209b50aa88dd9238d16135c4a32..cd0332b6cf63ceee017b4cca1b0164bc7455c76e 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -208,6 +208,12 @@
},
{
"type": "setting",
+ "settingName": "networkConditions",
+ "settingType": "object",
+ "defaultValue": { "throughput": -1, "latency": 0 }
+ },
+ {
+ "type": "setting",
"category": "",
"title": "Disable JavaScript",
"settingName": "javaScriptDisabled",
« no previous file with comments | « Source/devtools/front_end/emulation/responsiveDesignView.css ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698