| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index a858be8465f8abdb6fde31457c2c349baced3f15..3111cb18fc666a7fb42d4390004c9f8d3ed20c42 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -375,6 +375,8 @@ class BrowsingDataRemover
|
| void OnClearedWebRtcLogs();
|
| #endif
|
|
|
| + void OnClearedDomainReliabilityMonitor();
|
| +
|
| // Returns true if we're all done.
|
| bool AllDone();
|
|
|
| @@ -422,6 +424,7 @@ class BrowsingDataRemover
|
| bool waiting_for_clear_content_licenses_;
|
| // Non-zero if waiting for cookies to be cleared.
|
| int waiting_for_clear_cookies_count_;
|
| + bool waiting_for_clear_domain_reliability_monitor_;
|
| bool waiting_for_clear_form_;
|
| bool waiting_for_clear_history_;
|
| bool waiting_for_clear_hostname_resolution_cache_;
|
|
|