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

Unified Diff: components/offline_pages/background/BUILD.gn

Issue 2202113002: API to provide status of save page reqeusts to API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 9f20181ab72cd6d2ff366be090fe6d53ae8ba459..32b7b55c70fd837fa41ffbcb857c25e14483306e 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -26,6 +26,7 @@ static_library("background_offliner") {
"request_queue_store.h",
"request_queue_store_sql.cc",
"request_queue_store_sql.h",
+ "request_status.h",
"save_page_request.cc",
"save_page_request.h",
"scheduler.h",

Powered by Google App Engine
This is Rietveld 408576698