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

Unified Diff: components/offline_pages/background/save_page_request.h

Issue 1951483002: [Offline pages] Adding in memory request queue store with tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Udpating name of variable to make code more readable Created 4 years, 8 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: components/offline_pages/background/save_page_request.h
diff --git a/components/offline_pages/background/save_page_request.h b/components/offline_pages/background/save_page_request.h
index 572ce318f1187b8fe43daddeaddaa0ed5874cc14..5b2ca0d3d1ef5e8971a06d9c06d5a05bb724e63f 100644
--- a/components/offline_pages/background/save_page_request.h
+++ b/components/offline_pages/background/save_page_request.h
@@ -36,6 +36,7 @@ class SavePageRequest {
const ClientId& client_id,
const base::Time& creation_time,
const base::Time& activation_time);
+ SavePageRequest(const SavePageRequest& other);
~SavePageRequest();
// Status of this request.
« no previous file with comments | « components/offline_pages/background/request_queue_store.h ('k') | components/offline_pages/background/save_page_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698