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}]"; |
samuong
2016/06/14 17:45:59
nitpick: since this isn't a real change, let's rem
samuong
2016/06/17 22:01:30
btw, after calling git-checkout, you might still n
roisinmcl
2016/06/20 18:14:16
Done.
|