| Index: components/ntp_tiles/popular_sites.cc
|
| diff --git a/components/ntp_tiles/popular_sites.cc b/components/ntp_tiles/popular_sites.cc
|
| index a24b7aa4eb3c08d4eb1b3bbf684ff95f10902b5c..e485b7f4941145aa51a6ab5e95f20d2f2d7fc9b1 100644
|
| --- a/components/ntp_tiles/popular_sites.cc
|
| +++ b/components/ntp_tiles/popular_sites.cc
|
| @@ -279,7 +279,6 @@ void PopularSites::OnReadFileDone(std::unique_ptr<std::string> data,
|
|
|
| void PopularSites::FetchPopularSites() {
|
| fetcher_ = URLFetcher::Create(pending_url_, URLFetcher::GET, this);
|
| - // TODO(sfiera): Count the downloaded bytes of icons fetched by popular sites.
|
| data_use_measurement::DataUseUserData::AttachToFetcher(
|
| fetcher_.get(), data_use_measurement::DataUseUserData::NTP_TILES);
|
| fetcher_->SetRequestContext(download_context_);
|
|
|