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

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

Issue 2850943002: If MHTML saving is cancelled, delete the page afterwards. (Closed)
Patch Set: Fix unit tests on Android N5X swarming bot Created 3 years, 8 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 | « no previous file | chrome/browser/android/offline_pages/background_loader_offliner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/background_loader_offliner.h
diff --git a/chrome/browser/android/offline_pages/background_loader_offliner.h b/chrome/browser/android/offline_pages/background_loader_offliner.h
index 8e51e30a26ed8387e6ac007f52f8cdbe82c30b3b..1c70970882d444693d828273914cc5dbc7f26870 100644
--- a/chrome/browser/android/offline_pages/background_loader_offliner.h
+++ b/chrome/browser/android/offline_pages/background_loader_offliner.h
@@ -84,6 +84,9 @@ class BackgroundLoaderOffliner : public Offliner,
// Called to add a loading signal as we observe it.
void AddLoadingSignal(const char* signal_name);
+ void DeleteOfflinePageCallback(const SavePageRequest& request,
+ DeletePageResult result);
+
std::unique_ptr<background_loader::BackgroundLoaderContents> loader_;
// Not owned.
content::BrowserContext* browser_context_;
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/background_loader_offliner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698