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

Side by Side Diff: components/history/content/browser/download_database_helper.h

Issue 2703883003: Read and restore persisted slice info (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_HISTORY_CONTENT_BROWSER_DOWNLOAD_DATABASE_HELPER_H_
6 #define COMPONENTS_HISTORY_CONTENT_BROWSER_DOWNLOAD_DATABASE_HELPER_H_
7
8 #include <vector>
9
10 #include "components/history/core/browser/download_slice_info.h"
11 #include "content/public/browser/download_item.h"
12
13 namespace history {
14
15 std::vector<content::DownloadItem::ReceivedSlice> ToContentReceivedSlices(
16 const std::vector<DownloadSliceInfo>& info);
17
18 } // namespace history
19
20 #endif // COMPONENTS_HISTORY_CONTENT_BROWSER_DOWNLOAD_DATABASE_HELPER_H_
OLDNEW
« no previous file with comments | « components/history/content/browser/BUILD.gn ('k') | components/history/content/browser/download_database_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698