diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-28 11:18:31 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-28 11:18:31 +0000 |
commit | a4453a02e3f3a7f5fd2e3afa400158fd739fb41f (patch) | |
tree | 53212776117a0c51cd80395e5e44addc98497250 /chrome/browser/chromeos/drive/file_system_util.h | |
parent | fcf8eafe0e50960ffa63c4741cd29b8539c8215a (diff) | |
download | chromium_src-a4453a02e3f3a7f5fd2e3afa400158fd739fb41f.zip chromium_src-a4453a02e3f3a7f5fd2e3afa400158fd739fb41f.tar.gz chromium_src-a4453a02e3f3a7f5fd2e3afa400158fd739fb41f.tar.bz2 |
drive: Stop using /dev/null to store an empty file to the cache from CreateFileOperation
BUG=244348
TEST=unit_tests
Review URL: https://chromiumcodereview.appspot.com/15915008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system_util.h')
-rw-r--r-- | chrome/browser/chromeos/drive/file_system_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h index 9cf538c..fc759c5 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 |