summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/gdata_sync_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_sync_client.h')
-rw-r--r--chrome/browser/chromeos/gdata/gdata_sync_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_sync_client.h b/chrome/browser/chromeos/gdata/gdata_sync_client.h
index 7858f84..33ff5c8 100644
--- a/chrome/browser/chromeos/gdata/gdata_sync_client.h
+++ b/chrome/browser/chromeos/gdata/gdata_sync_client.h
@@ -76,6 +76,7 @@ class GDataSyncClient
const std::string& md5) OVERRIDE;
virtual void OnCacheUnpinned(const std::string& resource_id,
const std::string& md5) OVERRIDE;
+ virtual void OnCacheCommitted(const std::string& resource_id) OVERRIDE;
// Starts scanning the pinned directory in the cache to collect
// pinned-but-not-fetched files. |closure| is run on the calling thread