Chromium Code Reviews| Index: chrome/browser/net/network_stats.h |
| diff --git a/chrome/browser/net/network_stats.h b/chrome/browser/net/network_stats.h |
| index 8425c3614bc5fe27b1e4496241f4dfaa56479a9d..ec1e455cae2ebfeccd90e4ea6140f335df54f1a6 100644 |
| --- a/chrome/browser/net/network_stats.h |
| +++ b/chrome/browser/net/network_stats.h |
| @@ -149,7 +149,7 @@ class NetworkStats { |
| base::TimeTicks start_time() const { return start_time_; } |
| // Returns |addresses_|. |
| - net::AddressList GetAddressList() const { return addresses_; } |
| + const net::AddressList& GetAddressList() const { return addresses_; } |
|
eroman
2012/05/04 01:08:41
might want to add a TODO to rename this to address
szym
2012/05/04 05:27:55
Actually, renamed to get_address_list (only used i
|
| // Collect the following network connectivity stats. |
| // a) What percentage of users can get a message end-to-end to a TCP/UDP |