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

Unified Diff: content/shell/shell_network_delegate.h

Issue 10068021: Fix file access on Chrome for ChromeOS on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang problem Created 8 years, 8 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: content/shell/shell_network_delegate.h
diff --git a/content/shell/shell_network_delegate.h b/content/shell/shell_network_delegate.h
index c9b92f867ab01a737c80f61d3bd24dcf2d5010d1..f92d2874481842f7446328d4ff01443bf50c7fa5 100644
--- a/content/shell/shell_network_delegate.h
+++ b/content/shell/shell_network_delegate.h
@@ -53,6 +53,8 @@ class ShellNetworkDelegate : public net::NetworkDelegate {
virtual bool CanSetCookie(const net::URLRequest* request,
const std::string& cookie_line,
net::CookieOptions* options) OVERRIDE;
+ virtual bool CanAccessFile(const net::URLRequest* request,
+ const FilePath& path) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(ShellNetworkDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698