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 a5c90470cae236d86bd2549e57766dae217ce801..7865724542ea8716c452e1e08c2c0189d9faab26 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -841,6 +841,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( |