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

Unified Diff: net/url_request/url_request_file_job.cc

Issue 5785002: Add /media to whitelist so it can be accessed with file:// protocol on Chrome... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_file_job.cc
===================================================================
--- net/url_request/url_request_file_job.cc (revision 68753)
+++ net/url_request/url_request_file_job.cc (working copy)
@@ -363,6 +363,7 @@
#if defined(OS_CHROMEOS)
static const char* const kLocalAccessWhiteList[] = {
"/home/chronos/user/Downloads",
+ "/media",
"/mnt/partner_partition",
"/usr/share/chromeos-assets",
"/tmp",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698