summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-01-22 15:15:04 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-01-25 20:08:41 +0100
commit2d0ff4651424f8b089983d68286310e9897bbd93 (patch)
treee31165c9cec2dcd194f6510015cac753f26562e3
parent192790230e9b82f9db2ffca511f14a694e772a75 (diff)
Remove even more remains of non network service code
Change-Id: I6fa93ca7ee18f2ac6ae64d59c4dba30b82a6aa54 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/core/api/qwebengineurlrequestinfo.h4
-rw-r--r--src/core/profile_io_data_qt.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/src/core/api/qwebengineurlrequestinfo.h b/src/core/api/qwebengineurlrequestinfo.h
index 21e44d2f1..7c12f1861 100644
--- a/src/core/api/qwebengineurlrequestinfo.h
+++ b/src/core/api/qwebengineurlrequestinfo.h
@@ -47,8 +47,6 @@
namespace QtWebEngineCore {
class InterceptedRequest;
-class NetworkDelegateQt;
-class URLRequestNotification;
} // namespace QtWebEngineCore
QT_BEGIN_NAMESPACE
@@ -109,8 +107,6 @@ public:
void setHttpHeader(const QByteArray &name, const QByteArray &value);
private:
- friend class QtWebEngineCore::NetworkDelegateQt;
- friend class QtWebEngineCore::URLRequestNotification;
friend class QtWebEngineCore::InterceptedRequest;
Q_DISABLE_COPY(QWebEngineUrlRequestInfo)
Q_DECLARE_PRIVATE(QWebEngineUrlRequestInfo)
diff --git a/src/core/profile_io_data_qt.h b/src/core/profile_io_data_qt.h
index f2a6a7822..3f8205159 100644
--- a/src/core/profile_io_data_qt.h
+++ b/src/core/profile_io_data_qt.h
@@ -97,7 +97,6 @@ public:
bool canGetCookies(const QUrl &firstPartyUrl, const QUrl &url) const;
- // Used in NetworkDelegateQt::OnBeforeURLRequest.
void setFullConfiguration(); // runs on ui thread
void resetNetworkContext(); // runs on ui thread
void clearHttpCache(); // runs on ui thread