| 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 bf7e2a92f7589b28965568bc8aaf6e634ba4f85c..b2c4ea3bfe5c65d6ed9285478376a5a3b4c9e50b 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1197,7 +1197,7 @@ scoped_ptr<net::URLRequestJobFactory> ProfileIOData::SetUpJobFactoryDefaults(
|
| DCHECK(set_protocol);
|
| }
|
| #endif // defined(OS_CHROMEOS)
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) && !defined(USE_AURA)
|
| set_protocol = job_factory->SetProtocolHandler(
|
| url::kContentScheme,
|
| content::ContentProtocolHandler::Create(
|
|
|