| 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}]";
|
|
|