| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index bfb244c8e099d3831b768831072f9e6b8b45cb30..a6ce34394b181f09af74cea618734175a66de37c 100644
|
| --- a/content/browser/download/download_stats.h
|
| +++ b/content/browser/download/download_stats.h
|
| @@ -111,6 +111,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.
|
| +void RecordOnChanged(int percent);
|
| +
|
| } // namespace download_stats
|
|
|
| #endif // CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_STATS_H_
|
|
|