| Index: components/browsing_data/core/counters/browsing_data_counter.h
|
| diff --git a/components/browsing_data/core/counters/browsing_data_counter.h b/components/browsing_data/core/counters/browsing_data_counter.h
|
| index d7fbb956dce78eef66fd6c315160d6a2f7b08c23..d7d532ae0346cee91a594c6248d1139a29ba0ab8 100644
|
| --- a/components/browsing_data/core/counters/browsing_data_counter.h
|
| +++ b/components/browsing_data/core/counters/browsing_data_counter.h
|
| @@ -128,7 +128,8 @@ class BrowsingDataCounter {
|
| // Called after the class is initialized by calling |Init|.
|
| virtual void OnInitialized();
|
|
|
| - // Count the data.
|
| + // Count the data. Call ReportResult() when finished. Tasks that are still
|
| + // running should be cancelled to avoid reporting old results.
|
| virtual void Count() = 0;
|
|
|
| // State transition methods.
|
|
|