Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: ios/web_view/internal/web_view_network_delegate.h

Issue 2786583002: chromeos: Check both original and absolute paths for file: scheme (Closed)
Patch Set: address comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/web_view/internal/web_view_network_delegate.h
diff --git a/ios/web_view/internal/web_view_network_delegate.h b/ios/web_view/internal/web_view_network_delegate.h
index bcc12531bd00c1d2fbce1d38865e399c2688c9db..119bca36766605d838a50572c933e2734077c654 100644
--- a/ios/web_view/internal/web_view_network_delegate.h
+++ b/ios/web_view/internal/web_view_network_delegate.h
@@ -51,7 +51,8 @@ class WebViewNetworkDelegate : public net::NetworkDelegateImpl {
const std::string& cookie_line,
net::CookieOptions* options) override;
bool OnCanAccessFile(const net::URLRequest& request,
- const base::FilePath& path) const override;
+ const base::FilePath& original_path,
+ const base::FilePath& absolute_path) const override;
DISALLOW_COPY_AND_ASSIGN(WebViewNetworkDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698