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

Unified Diff: chrome/browser/history/history_service.h

Issue 13044019: Clean up entries left by crashes in the DownloadDB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/history/history_service.h
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
index d2c010285bb819552aa38dfbf1b5601a27a7752a..b4f35e7c463d39fc584ff7b51b5f37959f5b29f8 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -464,10 +464,6 @@ class HistoryService : public CancelableRequestProvider,
// download. The callback is called on the thread that calls QueryDownloads().
void QueryDownloads(const DownloadQueryCallback& callback);
- // Begins a request to clean up entries that has been corrupted (because of
- // the crash, for example).
- void CleanUpInProgressEntries();
-
// Called to update the history service about the current state of a download.
// This is a 'fire and forget' query, so just pass the relevant state info to
// the database with no need for a callback.

Powered by Google App Engine
This is Rietveld 408576698