Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index cf9b14cbe2e25490a8b995d4142c04f25c8cf8e3..4ad0204644d09a7fa54b5f14798b824748fcdc5d 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -1055,7 +1055,7 @@ scoped_ptr<net::URLRequestJobFactory> ProfileIOData::SetUpJobFactoryDefaults( |
url::kDataScheme, new net::DataProtocolHandler()); |
DCHECK(set_protocol); |
#if defined(OS_CHROMEOS) |
- if (!IsOffTheRecord() && profile_params_) { |
+ if (profile_params_) { |
set_protocol = job_factory->SetProtocolHandler( |
chrome::kDriveScheme, |
new drive::DriveProtocolHandler(profile_params_->profile)); |