Index: chrome/browser/chromeos/gdata/gdata_file_system.h |
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h |
index 8e24dec86544d4b2abe33a0bcd5d60ee32af9cca..01bb15f0c398d6dbb9bc2d83d2e228fe8fc7eac8 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -836,6 +836,11 @@ class GDataFileSystem : public GDataFileSystemInterface, |
const GURL& content_url, |
const FilePath& downloaded_file_path); |
+ // Unpins file if cache entry is pinned. |
+ void UnpinIfPinned(const FilePath& file_path, |
+ GDataCache::CacheEntry* cache_entry, |
+ bool* cache_entry_is_valid); |
+ |
// Similar to OnFileDownloaded() but takes |has_enough_space| so we report |
// an error in case we don't have enough disk space. |
void OnFileDownloadedAndSpaceChecked( |