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

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

Issue 2536723009: Make net::URLRequestContext a MemoryDumpProvider (Closed)
Patch Set: fix compile 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: chrome/browser/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 1b4563f22f861650dfebc4ed7233a7868e1d218b..dedb29afb065bc77cb2848b5da94c83877ad0e89 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -179,7 +179,8 @@ class ProfileImplIOData : public ProfileIOData {
const override;
net::URLRequestContext* InitializeMediaRequestContext(
net::URLRequestContext* original_context,
- const StoragePartitionDescriptor& partition_descriptor) const override;
+ const StoragePartitionDescriptor& partition_descriptor,
+ const std::string& name) const override;
net::URLRequestContext* AcquireMediaRequestContext() const override;
net::URLRequestContext* AcquireIsolatedAppRequestContext(
net::URLRequestContext* main_context,
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698