| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index f4dc5fcb07488c36dac86e3ca005c93839e08268..9ca27ed42d1f848715c9911bf2cd905fef0b77a9 100644
|
| --- a/content/browser/download/download_stats.h
|
| +++ b/content/browser/download/download_stats.h
|
| @@ -129,6 +129,10 @@ void RecordClearAllSize(int size);
|
| // Record the number of completed unopened downloads when a download is opened.
|
| void RecordOpensOutstanding(int size);
|
|
|
| +// Record how many DownloadItem::Observer::OnDownloadUpdated are irrelevant to
|
| +// the extensions api compared to the number that are relevant.
|
| +CONTENT_EXPORT void RecordOnChanged(int percent);
|
| +
|
| } // namespace download_stats
|
|
|
| #endif // CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_STATS_H_
|
|
|