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

Unified Diff: chrome/browser/chromeos/drive/mock_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_system_unittest.cc ('k') | chrome/browser/chromeos/drive/sync_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/mock_file_cache_observer.h
diff --git a/chrome/browser/chromeos/drive/mock_file_cache_observer.h b/chrome/browser/chromeos/drive/mock_file_cache_observer.h
index 0127e7d3944b5b068dd31ed4e96c7d638aca5dc3..0232ccfa935b5202d40035050d54503922aeca74 100644
--- a/chrome/browser/chromeos/drive/mock_file_cache_observer.h
+++ b/chrome/browser/chromeos/drive/mock_file_cache_observer.h
@@ -22,7 +22,6 @@ class MockCacheObserver : public internal::FileCacheObserver {
const std::string& md5));
MOCK_METHOD2(OnCacheUnpinned, void(const std::string& resource_id,
const std::string& md5));
- MOCK_METHOD1(OnCacheCommitted, void(const std::string& resource_id));
};
} // namespace drive
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_unittest.cc ('k') | chrome/browser/chromeos/drive/sync_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698