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

Unified Diff: chrome/browser/renderer_host/browser_render_process_host.cc

Issue 6603034: Stop returning the true root path of each filesystem from openFileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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: chrome/browser/renderer_host/browser_render_process_host.cc
===================================================================
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 78772)
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy)
@@ -102,9 +102,9 @@
#include "ipc/ipc_switches.h"
#include "media/base/media_switches.h"
#include "ui/base/ui_base_switches.h"
-#include "webkit/fileapi/file_system_path_manager.h"
#include "webkit/glue/resource_type.h"
#include "webkit/plugins/plugin_switches.h"
+#include "webkit/fileapi/sandbox_mount_point_provider.h"
#if defined(OS_WIN)
#include <objbase.h>
@@ -307,7 +307,7 @@
// requests them.
ChildProcessSecurityPolicy::GetInstance()->GrantPermissionsForFile(
id(), profile->GetPath().Append(
- fileapi::FileSystemPathManager::kFileSystemDirectory),
+ fileapi::SandboxMountPointProvider::kFileSystemDirectory),
base::PLATFORM_FILE_OPEN |
base::PLATFORM_FILE_CREATE |
base::PLATFORM_FILE_OPEN_ALWAYS |

Powered by Google App Engine
This is Rietveld 408576698