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

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

Issue 11238034: Added completion notification to Profile's ClearNetworkingHistorySince. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Increased similarity threshold... Created 8 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 87d305bff6c5ccbf915b5acac313b26f0439184a..1ae23c939d4c4372c95eece7db08b39040acb044 100644
--- a/chrome/browser/browsing_data/browsing_data_remover.h
+++ b/chrome/browser/browsing_data/browsing_data_remover.h
@@ -315,6 +315,9 @@ class BrowsingDataRemover : public content::NotificationObserver,
// Callback from the above method.
void OnClearedFormData();
+ // Callback when Profile IO data has been deleted.
+ void ClearedProfileIOData();
+
// Returns true if we're all done.
bool AllDone();
@@ -372,6 +375,7 @@ class BrowsingDataRemover : public content::NotificationObserver,
bool waiting_for_clear_quota_managed_data_;
bool waiting_for_clear_content_licenses_;
bool waiting_for_clear_form_;
+ bool waiting_for_clear_profile_io_data_;
// Tracking how many origins need to be deleted, and whether we're finished
// gathering origins.

Powered by Google App Engine
This is Rietveld 408576698