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..56a9bd7b22ba29b493b9b3c43bd45709833be77a 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h |
@@ -841,6 +841,10 @@ 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, |
+ scoped_ptr<GDataCache::CacheEntry>* cache_entry); |
+ |
// Similar to OnFileDownloaded() but takes |has_enough_space| so we report |
// an error in case we don't have enough disk space. |
void OnFileDownloadedAndSpaceChecked( |