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

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

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/off_the_record_profile_io_data.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
index e76199dd20feca80f215c085a0e7398064a4929a..f8838be99a4a6151e7eb0874ec9d625fddd45f91 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
@@ -358,7 +358,8 @@ net::URLRequestContext* OffTheRecordProfileIOData::InitializeAppRequestContext(
net::URLRequestContext*
OffTheRecordProfileIOData::InitializeMediaRequestContext(
net::URLRequestContext* original_context,
- const StoragePartitionDescriptor& partition_descriptor) const {
+ const StoragePartitionDescriptor& partition_descriptor,
+ const std::string& name) const {
NOTREACHED();
return NULL;
}
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_io_data.h ('k') | chrome/browser/profiles/profile_impl_io_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698