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

Unified Diff: chrome/browser/android/offline_pages/background_loader_offliner.cc

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: chrome/browser/android/offline_pages/background_loader_offliner.cc
diff --git a/chrome/browser/android/offline_pages/background_loader_offliner.cc b/chrome/browser/android/offline_pages/background_loader_offliner.cc
index 34459c72c7fb8881d4fc6cf22b8f23d437c32a92..9fb4cec8296f930235ba64b5e01cac597955011e 100644
--- a/chrome/browser/android/offline_pages/background_loader_offliner.cc
+++ b/chrome/browser/android/offline_pages/background_loader_offliner.cc
@@ -239,7 +239,8 @@ void BackgroundLoaderOffliner::DidFinishNavigation(
}
void BackgroundLoaderOffliner::OnPageSaved(SavePageResult save_result,
- int64_t offline_id) {
+ int64_t offline_id,
+ const base::FilePath& file_path) {
if (!pending_request_)
return;

Powered by Google App Engine
This is Rietveld 408576698