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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

Issue 2340133005: Merge M54: Support serving offline page by offline ID (Closed)
Patch Set: Created 4 years, 3 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/profiles/profile_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index cb3f838153fdbe695fede346ef37c195bac46e06..3dbbe679330f11433c2fec824fd6d30830548995 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -533,8 +533,7 @@ void ProfileImplIOData::InitializeInternal(
// Install the Offline Page Interceptor.
#if defined(OS_ANDROID)
request_interceptors.push_back(std::unique_ptr<net::URLRequestInterceptor>(
- new offline_pages::OfflinePageRequestInterceptor(
- profile_params->profile)));
+ new offline_pages::OfflinePageRequestInterceptor()));
#endif
// The data reduction proxy interceptor should be as close to the network
« no previous file with comments | « chrome/browser/android/offline_pages/offline_page_tab_helper.cc ('k') | chrome/test/data/offline_pages/hello.mhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698