summaryrefslogtreecommitdiffstats
path: root/lib/url_request_context_getter_qt.cpp
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-07-24 17:59:09 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-07-24 20:32:22 +0200
commit38e34792d9b414d666304bf48b96488a7321d999 (patch)
treeed40646af7b542fdc8447c91123a9955cf53fe68 /lib/url_request_context_getter_qt.cpp
parent0a5caa2c82cd39fecaeb6390423fea4f972a6013 (diff)
Cleanup after chromium update.
- Implement recently added pure virtual members: BrowserContextQt::GetPath() const BrowserContextQt::RequestMIDISysExPermission(...) - Remove obsolete function GetSpeechRecognitionPreferences. - Rename usage of GetActiveURL() to GetVisibleURL(). - Update namespace for usage of type WebPluginGeometry. - Adjust parameters of RenderWidgetHostViewQt::TextInputChanged. - Rename RenderWidgetHostViewQt::RenderViewGone to RenderProcessGone - set_http_server_properties now takes a scoped_ptr. - Rename WebDropData to content::DropData. - Rename WebMenuItem to content::MenuItem. - webkit/support/webkit_support.gyp has been moved to webkit/webkit_resources.gyp. Change-Id: I6d5d281b797a8f6197ecb53a08798bd1f6845754 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'lib/url_request_context_getter_qt.cpp')
-rw-r--r--lib/url_request_context_getter_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url_request_context_getter_qt.cpp b/lib/url_request_context_getter_qt.cpp
index 18a8b0082..f12eb6305 100644
--- a/lib/url_request_context_getter_qt.cpp
+++ b/lib/url_request_context_getter_qt.cpp
@@ -108,7 +108,7 @@ net::URLRequestContext *URLRequestContextGetterQt::GetURLRequestContext()
m_storage->set_http_auth_handler_factory(
net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get()));
- m_storage->set_http_server_properties(new net::HttpServerPropertiesImpl);
+ m_storage->set_http_server_properties(scoped_ptr<net::HttpServerProperties>(new net::HttpServerPropertiesImpl));
base::FilePath cache_path = m_basePath.Append(FILE_PATH_LITERAL("Cache"));
net::HttpCache::DefaultBackend* main_backend =