Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(477)

Unified Diff: chrome/browser/chromeos/drive/file_cache_observer.h

Issue 16628003: drive: Remove FileCacheObserver::OnCacheCommitted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix PinAndUnpin Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/drive/file_cache.cc ('k') | chrome/browser/chromeos/drive/file_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_cache_observer.h
diff --git a/chrome/browser/chromeos/drive/file_cache_observer.h b/chrome/browser/chromeos/drive/file_cache_observer.h
index a66a83cde399c8f61dd3fddc9dd3063f913dd619..d77929991f1c57752a2aef3cf685496e4d68b3e9 100644
--- a/chrome/browser/chromeos/drive/file_cache_observer.h
+++ b/chrome/browser/chromeos/drive/file_cache_observer.h
@@ -22,9 +22,6 @@ class FileCacheObserver {
virtual void OnCacheUnpinned(const std::string& resource_id,
const std::string& md5) {}
- // Triggered when a dirty file has been committed (saved) successfully.
- virtual void OnCacheCommitted(const std::string& resource_id) {}
-
protected:
virtual ~FileCacheObserver() {}
};
« no previous file with comments | « chrome/browser/chromeos/drive/file_cache.cc ('k') | chrome/browser/chromeos/drive/file_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698