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

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 10598003: Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and remove reliability suppre… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.cc
===================================================================
--- chrome/browser/automation/testing_automation_provider.cc (revision 143291)
+++ chrome/browser/automation/testing_automation_provider.cc (working copy)
@@ -3659,7 +3659,7 @@
remover->AddObserver(
new AutomationProviderBrowsingDataObserver(this, reply_message));
remover->Remove(remove_mask, BrowsingDataHelper::UNPROTECTED_WEB);
- // BrowsingDataRemover deletes itself using DeleteTask.
+ // BrowsingDataRemover deletes itself using DeleteHelper.
// The observer also deletes itself after sending the reply.
}
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698