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

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

Issue 2683493002: Get signals working in the EXTRA_DATA section of MHTML (Closed)
Patch Set: FIx tests, add unit test 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: components/offline_pages/core/offline_page_model.h
diff --git a/components/offline_pages/core/offline_page_model.h b/components/offline_pages/core/offline_page_model.h
index 434687e9e11ee63b6ed38501fd5e63a0d42a4b5f..49707d4e4e03ceb5ad0fb2d716d465d20f2562f0 100644
--- a/components/offline_pages/core/offline_page_model.h
+++ b/components/offline_pages/core/offline_page_model.h
@@ -116,6 +116,7 @@ class OfflinePageModel : public base::SupportsUserData {
// id in |save_page_params| and returns it.
virtual void SavePage(const SavePageParams& save_page_params,
std::unique_ptr<OfflinePageArchiver> archiver,
+ const std::string& signal_data,
const SavePageCallback& callback) = 0;
// Marks that the offline page related to the passed |offline_id| has been

Powered by Google App Engine
This is Rietveld 408576698