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

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

Issue 16338005: drive: Remove FakeCacheMetadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits 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 | « no previous file | chrome/browser/chromeos/drive/file_cache.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.h
diff --git a/chrome/browser/chromeos/drive/file_cache.h b/chrome/browser/chromeos/drive/file_cache.h
index 3d3e303e190b48d27489124fa633bc5f8a29d446..76bd4a511ab22675a05abf3b6702e8e70b193b86 100644
--- a/chrome/browser/chromeos/drive/file_cache.h
+++ b/chrome/browser/chromeos/drive/file_cache.h
@@ -276,9 +276,6 @@ class FileCache {
// |callback| must not be null.
void RequestInitialize(const InitializeCacheCallback& callback);
- // Utility method to call InitializeForTesting on UI thread.
- void RequestInitializeForTesting();
-
// Destroys this cache. This function posts a task to the blocking task
// runner to safely delete the object.
// Must be called on the UI thread.
@@ -328,10 +325,6 @@ class FileCache {
// Initializes the cache. Returns true on success.
bool InitializeOnBlockingPool();
- // Initializes the cache with in-memory cache for testing.
- // The in-memory cache is used since it's faster than the db.
- void InitializeOnBlockingPoolForTesting();
-
// Destroys the cache on the blocking pool.
void DestroyOnBlockingPool();
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/file_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698