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

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

Issue 296463002: drive: Stop using FileCacheEntry related methods in FileCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: chrome/browser/chromeos/drive/file_cache.h
diff --git a/chrome/browser/chromeos/drive/file_cache.h b/chrome/browser/chromeos/drive/file_cache.h
index c85be5daf1469a7f255661f5958522d05020b11a..fe0b76cd297d8808a45731be5ea56fd4770d5b21 100644
--- a/chrome/browser/chromeos/drive/file_cache.h
+++ b/chrome/browser/chromeos/drive/file_cache.h
@@ -114,7 +114,7 @@ class FileCache {
// Removes the specified cache entry and delete cache files if available.
FileError Remove(const std::string& id);
- // Removes all the files in the cache directory and cache entries in DB.
+ // Removes all the files in the cache directory.
bool ClearAll();
// Initializes the cache. Returns true on success.
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_cache.cc » ('j') | chrome/browser/chromeos/drive/resource_metadata_storage.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698