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

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

Issue 7237034: sql::MetaTable.next_download_id, DownloadManager::GetNextId() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: MSVC requires operator< for hash_map Created 9 years, 4 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 1470dd8f7da54b1561f865451ca44b9215ef080a..b85714ec5badd23927268b7fc7ebb7beb204edff 100644
--- a/chrome/browser/history/history_marshaling.h
+++ b/chrome/browser/history/history_marshaling.h
@@ -55,6 +55,11 @@ typedef CancelableRequest<FaviconService::FaviconDataCallback>
// Downloads ------------------------------------------------------------------
+typedef CancelableRequest1<HistoryService::DownloadNextIdCallback,
+ int/*next_id*/>
+ DownloadNextIdRequest;
+
+
typedef CancelableRequest1<HistoryService::DownloadQueryCallback,
std::vector<DownloadHistoryInfo> >
DownloadQueryRequest;

Powered by Google App Engine
This is Rietveld 408576698