summaryrefslogtreecommitdiffstats
path: root/src/core/net/webui_controller_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net/webui_controller_factory_qt.h')
-rw-r--r--src/core/net/webui_controller_factory_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/net/webui_controller_factory_qt.h b/src/core/net/webui_controller_factory_qt.h
index 6dfc612e1..b5f01a504 100644
--- a/src/core/net/webui_controller_factory_qt.h
+++ b/src/core/net/webui_controller_factory_qt.h
@@ -52,7 +52,6 @@ class WebUIControllerFactoryQt : public content::WebUIControllerFactory
public:
content::WebUI::TypeID GetWebUIType(content::BrowserContext *browserContext, const GURL &url) override;
bool UseWebUIForURL(content::BrowserContext *browserContext, const GURL &url) override;
- bool UseWebUIBindingsForURL(content::BrowserContext *browserContext, const GURL &url) override;
std::unique_ptr<content::WebUIController> CreateWebUIControllerForURL(content::WebUI *webUi, const GURL &url) override;
static WebUIControllerFactoryQt *GetInstance();