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

Unified Diff: chrome/browser/chromeos/drive/file_system_util.h

Issue 15915008: drive: Stop using /dev/null to store an empty file to the cache from CreateFileOperation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: chrome/browser/chromeos/drive/file_system_util.h
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h
index 9cf538c1f244a41d859ed24c19c800c9ebbe7b4b..fc759c59b13086573149320d02bb517cabe0ae9b 100644
--- a/chrome/browser/chromeos/drive/file_system_util.h
+++ b/chrome/browser/chromeos/drive/file_system_util.h
@@ -42,10 +42,6 @@ const base::FilePath::CharType kMountedArchiveFileExtension[] =
FILE_PATH_LITERAL("mounted");
const base::FilePath::CharType kWildCard[] =
FILE_PATH_LITERAL("*");
-// The path is used for creating a symlink in "pinned" directory for a file
-// which is not yet fetched.
-const base::FilePath::CharType kSymLinkToDevNull[] =
- FILE_PATH_LITERAL("/dev/null");
// Special resource IDs introduced to manage pseudo directory tree locally.
// These strings are supposed to be different from any resource ID used on the
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/create_file_operation.cc ('k') | chrome/browser/chromeos/drive/job_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698