summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 526e528..352d96582 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();
@@ -352,6 +353,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),