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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.cc

Issue 9808023: Grant file access permissions for cached file paths to file browsers/handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/chromeos/gdata/gdata_file_system.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.cc b/chrome/browser/chromeos/gdata/gdata_file_system.cc
index cdc50b12b9f183112c312c5df78ec9a8355d289b..61d1296a0bfa8ae5cae3d99e42c55d9f8d35cde8 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.cc
@@ -2139,7 +2139,7 @@ base::PlatformFileError GDataFileSystem::RemoveFileFromGData(
FilePath GDataFileSystem::GetCacheFilePath(const std::string& resource_id,
const std::string& md5,
CacheSubdir subdir_id,
- CachedFileOrigin file_origin) {
+ CachedFileOrigin file_origin) const {
DCHECK(subdir_id != CACHE_TYPE_META);
// Runs on any thread.
// Filename is formatted as resource_id.md5, i.e. resource_id is the base

Powered by Google App Engine
This is Rietveld 408576698