diff options
Diffstat (limited to 'chrome/browser/io_thread.cc')
-rw-r--r-- | chrome/browser/io_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 31ad820..314f965 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -644,7 +644,7 @@ void IOThread::InitAsync() { TRACE_EVENT_END0("startup", "IOThread::InitAsync:HttpNetworkSession"); scoped_ptr<net::URLRequestJobFactoryImpl> job_factory( new net::URLRequestJobFactoryImpl()); - job_factory->SetProtocolHandler(chrome::kDataScheme, + job_factory->SetProtocolHandler(content::kDataScheme, new net::DataProtocolHandler()); job_factory->SetProtocolHandler( content::kFileScheme, |