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

Unified Diff: components/offline_pages/offline_page_test_archiver.cc

Issue 1843893002: Support resaving offline page right after it is being deleted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 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
« no previous file with comments | « components/offline_pages/offline_page_test_archiver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/offline_page_test_archiver.cc
diff --git a/components/offline_pages/offline_page_test_archiver.cc b/components/offline_pages/offline_page_test_archiver.cc
index 8d1b7b1cd8b5417bdd56cfbd1be0f24c7b864f45..a4b73ee0f6b8121f508afab6983339faaa47e0c6 100644
--- a/components/offline_pages/offline_page_test_archiver.cc
+++ b/components/offline_pages/offline_page_test_archiver.cc
@@ -32,6 +32,7 @@ OfflinePageTestArchiver::~OfflinePageTestArchiver() {
void OfflinePageTestArchiver::CreateArchive(
const base::FilePath& archives_dir,
+ int64_t archive_id,
const CreateArchiveCallback& callback) {
create_archive_called_ = true;
callback_ = callback;
« no previous file with comments | « components/offline_pages/offline_page_test_archiver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698