| Index: content/browser/web_contents/web_contents_impl.cc | 
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc | 
| index ed882eff1d6c293bf29985766f4031d368b948c8..626c4c89bc47ec19d86e615e900ad8069517163c 100644 | 
| --- a/content/browser/web_contents/web_contents_impl.cc | 
| +++ b/content/browser/web_contents/web_contents_impl.cc | 
| @@ -127,6 +127,7 @@ | 
| #include "net/base/url_util.h" | 
| #include "net/http/http_cache.h" | 
| #include "net/http/http_transaction_factory.h" | 
| +#include "net/traffic_annotation/network_traffic_annotation.h" | 
| #include "net/url_request/url_request_context.h" | 
| #include "net/url_request/url_request_context_getter.h" | 
| #include "ppapi/features/features.h" | 
| @@ -3209,7 +3210,7 @@ void WebContentsImpl::SaveFrameWithHeaders(const GURL& url, | 
| } | 
| } | 
| BrowserContext::GetDownloadManager(GetBrowserContext()) | 
| -      ->DownloadUrl(std::move(params)); | 
| +      ->DownloadUrl(std::move(params), NO_TRAFFIC_ANNOTATION_YET); | 
| } | 
|  | 
| void WebContentsImpl::GenerateMHTML( | 
|  |