| 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 7ff741203547fea3fa39f751bd7542742b69419e..9d63387ad2d0b4bd8440ba78cd4ef2a25ed2c15d 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -382,6 +382,9 @@ class BrowsingDataRemover : public KeyedService
|
| // Callback on UI thread when the webapp data has been cleared.
|
| void OnClearedWebappData();
|
|
|
| + // Callback on UI thread when the webapp history has been cleared.
|
| + void OnClearedWebappHistory();
|
| +
|
| // Callback on UI thread when the offline page data has been cleared.
|
| void OnClearedOfflinePageData();
|
| #endif
|
| @@ -446,6 +449,7 @@ class BrowsingDataRemover : public KeyedService
|
| #if BUILDFLAG(ANDROID_JAVA_UI)
|
| bool waiting_for_clear_precache_history_ = false;
|
| bool waiting_for_clear_webapp_data_ = false;
|
| + bool waiting_for_clear_webapp_history_ = false;
|
| bool waiting_for_clear_offline_page_data_ = false;
|
| #endif
|
| bool waiting_for_clear_storage_partition_data_ = false;
|
|
|