summaryrefslogtreecommitdiffstats
path: root/src/core/network_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/network_delegate_qt.h')
-rw-r--r--src/core/network_delegate_qt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/network_delegate_qt.h b/src/core/network_delegate_qt.h
index b0a8e1ef9..452d1dd77 100644
--- a/src/core/network_delegate_qt.h
+++ b/src/core/network_delegate_qt.h
@@ -100,6 +100,9 @@ public:
const GURL& endpoint) const override;
virtual bool OnCanUseReportingClient(const url::Origin& origin,
const GURL& endpoint) const override;
+
+ bool canSetCookies(const GURL &first_party, const GURL &url, const std::string &cookie_line) const;
+ bool canGetCookies(const GURL &first_party, const GURL &url) const;
};
} // namespace QtWebEngineCore