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

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

Issue 2617403005: Move HISTORY and PASSWORDS from BrowsingDataRemover to the delegate (Closed)
Patch Set: Rebase. Created 3 years, 11 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/chrome_browsing_data_remover_delegate.h
diff --git a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
index 37e5584e7d1d95d245d9e7530dd64420a7cc76df..381422460103cb8131ce12d2fefe52eebf1f8a51 100644
--- a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
+++ b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.h
@@ -146,6 +146,7 @@ class ChromeBrowsingDataRemoverDelegate : public BrowsingDataRemoverDelegate
SubTask clear_networking_history_;
SubTask clear_passwords_;
SubTask clear_passwords_stats_;
+ SubTask clear_http_auth_cache_;
SubTask clear_platform_keys_;
#if defined(OS_ANDROID)
SubTask clear_precache_history_;

Powered by Google App Engine
This is Rietveld 408576698