summaryrefslogtreecommitdiffstats
path: root/src/core/qrc_protocol_handler_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qrc_protocol_handler_qt.h')
-rw-r--r--src/core/qrc_protocol_handler_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/qrc_protocol_handler_qt.h b/src/core/qrc_protocol_handler_qt.h
index 53d063810..a2e0cc00b 100644
--- a/src/core/qrc_protocol_handler_qt.h
+++ b/src/core/qrc_protocol_handler_qt.h
@@ -53,6 +53,8 @@ class URLRequestJob;
namespace QtWebEngineCore {
+extern const char kQrcSchemeQt[];
+
// Implements a ProtocolHandler for qrc file jobs. If |network_delegate_| is NULL,
// then all file requests will fail with ERR_ACCESS_DENIED.
class QrcProtocolHandlerQt : public net::URLRequestJobFactory::ProtocolHandler {