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

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: 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.h
diff --git a/components/offline_pages/core/offline_page_model.h b/components/offline_pages/core/offline_page_model.h
index 434687e9e11ee63b6ed38501fd5e63a0d42a4b5f..d71f237ed0b6024f2967534d11b4299204d65329 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::vector<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