Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover.h

Issue 2351113005: [Reland] Refactor WebappRegistry into a singleton instance. (Closed)
Patch Set: Comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cd8d4b2823cdd4d8e16b4dcc28538972a69aee6c..0487471bb6fc970b36cae7a4b2b1ef3c3b3884b6 100644
--- a/chrome/browser/browsing_data/browsing_data_remover.h
+++ b/chrome/browser/browsing_data/browsing_data_remover.h
@@ -463,12 +463,6 @@ class BrowsingDataRemover : public KeyedService
// Callback on UI thread when the precache history has been cleared.
void OnClearedPrecacheHistory();
- // 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(
offline_pages::OfflinePageModel::DeletePageResult result);
@@ -545,8 +539,6 @@ class BrowsingDataRemover : public KeyedService
bool waiting_for_clear_pnacl_cache_ = false;
#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;
« no previous file with comments | « chrome/browser/android/webapps/webapp_registry.cc ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698