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

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

Issue 2624523003: [Offline Pages] Remove need for OfflinePolicy when constructing an Offliner. (Closed)
Patch Set: Created 3 years, 11 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 0240e148d03c8de83ab838cd1b7b13edd06067de..3456070ee31d70379c7ddda9c566e3ccf6f1895c 100644
--- a/chrome/browser/android/offline_pages/background_loader_offliner.h
+++ b/chrome/browser/android/offline_pages/background_loader_offliner.h
@@ -20,7 +20,6 @@ class BrowserContext;
namespace offline_pages {
-class OfflinerPolicy;
class OfflinePageModel;
// An Offliner implementation that attempts client-side rendering and saving
@@ -30,7 +29,6 @@ class BackgroundLoaderOffliner : public Offliner,
public content::WebContentsObserver {
public:
BackgroundLoaderOffliner(content::BrowserContext* browser_context,
- const OfflinerPolicy* policy,
OfflinePageModel* offline_page_model);
~BackgroundLoaderOffliner() override;
« 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