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

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: fix merge 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
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/profiles/profile_io_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_marshaling.h
diff --git a/chrome/browser/history/history_marshaling.h b/chrome/browser/history/history_marshaling.h
index f0f1073e2b491dc1cfd8a49cb5776b29ba42eb8a..845ea9c825e4e46efa1f5830379824fd3a5f8354 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<DownloadPersistentStoreInfo> >
DownloadQueryRequest;
« no previous file with comments | « chrome/browser/history/history_backend.cc ('k') | chrome/browser/profiles/profile_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698