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

Unified Diff: content/browser/background_fetch/background_fetch_context.h

Issue 2767373002: Implement GetJobResponse and merge JobData into DataManager. (Closed)
Patch Set: Removed tests and updated switch statement with comment Created 3 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: content/browser/background_fetch/background_fetch_context.h
diff --git a/content/browser/background_fetch/background_fetch_context.h b/content/browser/background_fetch/background_fetch_context.h
index 2ed7e50f0e8a6375ef3037e01456c3ce36f13635..8ba5a6a0ab380e9e405fb512ce5a694227df36c2 100644
--- a/content/browser/background_fetch/background_fetch_context.h
+++ b/content/browser/background_fetch/background_fetch_context.h
@@ -55,8 +55,9 @@ class CONTENT_EXPORT BackgroundFetchContext
~BackgroundFetchContext();
- void CreateRequest(std::unique_ptr<BackgroundFetchJobInfo> job_info,
- std::vector<BackgroundFetchRequestInfo>& request_infos);
+ void CreateRequest(
+ std::unique_ptr<BackgroundFetchJobInfo> job_info,
+ std::vector<std::unique_ptr<BackgroundFetchRequestInfo>> request_infos);
// Callback for the JobController when the job is complete.
void DidCompleteJob(const std::string& job_guid);

Powered by Google App Engine
This is Rietveld 408576698