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

Unified Diff: chrome/test/chromedriver/chrome/network_list.cc

Issue 2065733002: Add a method to override the network conditions of the ChromeDriver session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test XHR with setting network emulation and refactored netowrk setter method Created 4 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: chrome/test/chromedriver/chrome/network_list.cc
diff --git a/chrome/test/chromedriver/chrome/network_list.cc b/chrome/test/chromedriver/chrome/network_list.cc
index 4908730c06ad1908c38264972e3d82f2a7ad5523..25159d43daeae8a3968899d18e5671c8d25d9100 100644
--- a/chrome/test/chromedriver/chrome/network_list.cc
+++ b/chrome/test/chromedriver/chrome/network_list.cc
@@ -22,4 +22,4 @@ const char kNetworks[] =
"\"DSL\", \"throughput\": 2048.0, \"latency\": 5},{\"id\": \"wifi\", "
"\"title\": \"WiFi\", \"throughput\": 30720.0, \"latency\": 2},{\"id\": "
"\"online\", \"title\": \"No throttling\", \"throughput\": -1, "
- "\"latency\": 0}]";
+ "\"latency\": 0}]";
« no previous file with comments | « no previous file | chrome/test/chromedriver/client/chromedriver.py » ('j') | chrome/test/chromedriver/client/chromedriver.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698