New issue
Advanced search Search tips

Issue 833390 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Missing traffic annotation in CustomizationWallpaperDownloader

Project Member Reported by toniki...@chromium.org, Apr 16 2018

Issue description

see chrome/browser/chromeos/customization/customization_wallpaper_downloader.cc

 84 void CustomizationWallpaperDownloader::StartRequest() {
 85   DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
 86   DCHECK(wallpaper_url_.is_valid());
 87 
 (...)
 94   // TODO(crbug.com/): Add a real traffic annotation here.
 95   simple_loader_ = network::SimpleURLLoader::Create(std::move(resource_request),
 96                                                     MISSING_TRAFFIC_ANNOTATION);

 

Sign in to add a comment