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

Unified Diff: chrome/browser/profile.cc

Issue 27168: IPC messages and changes to ResourceLoaderBridge to support resource loading for media (Closed)
Patch Set: add mac/linux build and fixed unit test failures Created 11 years, 9 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 | « chrome/browser/browser.vcproj ('k') | chrome/browser/renderer_host/media_resource_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile.cc
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 1bc69566d35ed895bb97d171057b8b08c3815e9e..a74321942f01c9b64b99c96107dde37c62bb597b 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -99,6 +99,7 @@ class OffTheRecordProfileImpl : public Profile,
public:
explicit OffTheRecordProfileImpl(Profile* real_profile)
: profile_(real_profile),
+ media_request_context_(NULL),
start_time_(Time::Now()) {
request_context_ = ChromeURLRequestContext::CreateOffTheRecord(this);
request_context_->AddRef();
@@ -350,6 +351,7 @@ ProfileImpl::ProfileImpl(const FilePath& path)
personalization_(NULL),
#endif
request_context_(NULL),
+ media_request_context_(NULL),
history_service_created_(false),
created_web_data_service_(false),
created_download_manager_(false),
« no previous file with comments | « chrome/browser/browser.vcproj ('k') | chrome/browser/renderer_host/media_resource_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698