| Index: components/ntp_snippets/content_suggestion.h
|
| diff --git a/components/ntp_snippets/content_suggestion.h b/components/ntp_snippets/content_suggestion.h
|
| index ea17274c45fe2402060c6c2e6830f3b42cbf9390..eeaba32f151144174a7d441bada9455483a1b108 100644
|
| --- a/components/ntp_snippets/content_suggestion.h
|
| +++ b/components/ntp_snippets/content_suggestion.h
|
| @@ -23,6 +23,8 @@ struct DownloadSuggestionExtra {
|
| DownloadSuggestionExtra();
|
| ~DownloadSuggestionExtra();
|
|
|
| + // The GUID for the downloaded file.
|
| + std::string download_guid;
|
| // The file path of the downloaded file once download completes.
|
| base::FilePath target_file_path;
|
| // The effective MIME type of downloaded content.
|
|
|