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

Unified Diff: Source/devtools/protocol.json

Issue 342433002: DevTools: cleanup Network.emulateNetworkConditions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « Source/devtools/front_end/sdk/OverridesSupport.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 44269ae5119874be84820c01c6f6dde7cee66089..3f2eba16b561d6c94506051718abb6f6476cfa62 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -1164,8 +1164,6 @@
"name": "emulateNetworkConditions",
"description": "Activates emulation of network conditions.",
"parameters": [
- { "name": "domains", "type": "array", "items": { "type": "string" }, "description": "List of affected domains." },
- { "name": "maximalThroughput", "type": "number", "description": "Deprecated." },
{ "name": "offline", "type": "boolean", "description": "True to emulate internet disconnection." },
{ "name": "latency", "type": "number", "description": "Additional latency (ms)." },
{ "name": "downloadThroughput", "type": "number", "description": "Maximal aggregated download throughput." },
« no previous file with comments | « Source/devtools/front_end/sdk/OverridesSupport.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698