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

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

Issue 352913002: Port HistoryService::ScheduleDBTask to CancelableTaskTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/history/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index 03fb9d404567dd19b17ef51830f162edfa7b47a3..71406daa24befe13274c6cf6d9d08f2b30b35288 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -19,14 +19,6 @@
namespace history {
-// Generic operations ---------------------------------------------------------
-
-// The argument here is an input value, which is the task to run on the
-// background thread. The callback is used to execute the portion of the task
-// that executes on the main thread.
-typedef CancelableRequest1<base::Closure, scoped_refptr<HistoryDBTask> >
- HistoryDBTaskRequest;
-
} // namespace history
#endif // CHROME_BROWSER_HISTORY_HISTORY_MARSHALING_H_

Powered by Google App Engine
This is Rietveld 408576698