summaryrefslogtreecommitdiffstats
path: root/src/core/content_browser_client_qt.h
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2018-01-17 11:59:04 +0100
committerJüri Valdmann <juri.valdmann@qt.io>2018-05-17 07:18:30 +0000
commit404c601c31cc6bca25c5008c5b7ce7a0c4d065ba (patch)
tree89021ce01a759052ed4dfa9ad0d1fb33742433fa /src/core/content_browser_client_qt.h
parente8911244c52efcc921e9dbeb2de8cccca0591013 (diff)
ContentBrowserClientQt: Remove unused global gBrowserClient
Change-Id: I0354671c270a9e7d312d1b9d71a5a8077cc47aff Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/content_browser_client_qt.h')
-rw-r--r--src/core/content_browser_client_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/content_browser_client_qt.h b/src/core/content_browser_client_qt.h
index 5ef2cddfb..042de5c8c 100644
--- a/src/core/content_browser_client_qt.h
+++ b/src/core/content_browser_client_qt.h
@@ -84,7 +84,6 @@ class ContentBrowserClientQt : public content::ContentBrowserClient {
public:
ContentBrowserClientQt();
~ContentBrowserClientQt();
- static ContentBrowserClientQt* Get();
content::BrowserMainParts* CreateBrowserMainParts(const content::MainFunctionParams&) override;
void RenderProcessWillLaunch(content::RenderProcessHost* host) override;
void ResourceDispatcherHostCreated() override;