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

Unified Diff: components/offline_pages/content/background_loader/background_loader_contents.h

Issue 2534673002: [Offline pages] Create offliner that uses background loader (Closed)
Patch Set: test update Created 4 years 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/content/background_loader/background_loader_contents.h
diff --git a/components/offline_pages/content/background_loader/background_loader_contents.h b/components/offline_pages/content/background_loader/background_loader_contents.h
index 401083ff418453a5fe107fdf9aa716f0a90faab3..6d7d984153b3d4939e2b60360fa8fb8ebd387ac6 100644
--- a/components/offline_pages/content/background_loader/background_loader_contents.h
+++ b/components/offline_pages/content/background_loader/background_loader_contents.h
@@ -75,6 +75,8 @@ class BackgroundLoaderContents : public content::WebContentsDelegate {
private:
friend class BackgroundLoaderContentsTest;
+ friend class BackgroundLoaderContentsStub;
+
BackgroundLoaderContents();
std::unique_ptr<content::WebContents> web_contents_;

Powered by Google App Engine
This is Rietveld 408576698