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

Unified Diff: chrome/browser/chromeos/gdata/gdata_cache.h

Issue 10692171: gdata: Remove GDataCache::UpdateCacheWithSubDirectoryType() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/gdata/gdata_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_cache.h
diff --git a/chrome/browser/chromeos/gdata/gdata_cache.h b/chrome/browser/chromeos/gdata/gdata_cache.h
index aeccbc57c97540666b00e836c1b3e90c0523a4de..b18d38ae9d9adb9395fda4974484b59a1c9af5c3 100644
--- a/chrome/browser/chromeos/gdata/gdata_cache.h
+++ b/chrome/browser/chromeos/gdata/gdata_cache.h
@@ -475,13 +475,6 @@ class GDataCache {
bool* success,
GDataCache::CacheEntry* cache_entry);
- // Wrapper around GDataCacheMetadata::UpdateCache(). This function takes
- // |sub_dir_type| and updates the cache per |cache_entry| and |sub_dir_type|.
- void UpdateCacheWithSubDirectoryType(
- const std::string& resource_id,
- CacheSubDirectoryType sub_dir_type,
- const CacheEntry& cache_entry);
-
// The root directory of the cache (i.e. <user_profile_dir>/GCache/v1).
const FilePath cache_root_path_;
// Paths for all subdirectories of GCache, one for each
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698