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

Unified Diff: components/offline_pages/core/offline_page_model_impl.h

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: Approach for writing to the file afterwards instead. 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 side-by-side diff with in-line comments
Download patch
Index: components/offline_pages/core/offline_page_model_impl.h
diff --git a/components/offline_pages/core/offline_page_model_impl.h b/components/offline_pages/core/offline_page_model_impl.h
index 5221644d7f3d51c391db613c688abba26dbe7a3b..84c5ebd8fc3a092b7853fb8dcbfeb29436750180 100644
--- a/components/offline_pages/core/offline_page_model_impl.h
+++ b/components/offline_pages/core/offline_page_model_impl.h
@@ -175,7 +175,8 @@ class OfflinePageModelImpl : public OfflinePageModel, public KeyedService {
void InformSavePageDone(const SavePageCallback& callback,
SavePageResult result,
const ClientId& client_id,
- int64_t offline_id);
+ int64_t offline_id,
+ const base::FilePath& file_path);
void DeletePendingArchiver(OfflinePageArchiver* archiver);
// Steps for deleting files and data for an offline page.

Powered by Google App Engine
This is Rietveld 408576698