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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/network_delegate_qt.h b/src/core/network_delegate_qt.h
index 75d141ceb..b0a8e1ef9 100644
--- a/src/core/network_delegate_qt.h
+++ b/src/core/network_delegate_qt.h
@@ -89,7 +89,7 @@ public:
void OnPACScriptError(int, const base::string16&) override;
net::NetworkDelegate::AuthRequiredResponse OnAuthRequired(net::URLRequest*, const net::AuthChallengeInfo&, const AuthCallback&, net::AuthCredentials*) override;
bool OnCanGetCookies(const net::URLRequest&, const net::CookieList&) override;
- bool OnCanAccessFile(const net::URLRequest& request, const base::FilePath& path) const override;
+ bool OnCanAccessFile(const net::URLRequest&, const base::FilePath&, const base::FilePath&) const override;
bool OnCanEnablePrivacyMode(const GURL&, const GURL&) const override;
bool OnAreExperimentalCookieFeaturesEnabled() const override;
bool OnCancelURLRequestWithPolicyViolatingReferrerHeader(const net::URLRequest&, const GURL&, const GURL&) const override;