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

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

Issue 10182009: gdata: Remove GDataFileSystem::GetFileFromCacheByPath() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better solution Created 8 years, 8 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_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index 1bccaf8253865ae6930207ceb14143f510547def..f3ddd15f918e2e212c853c0ac7180034a68573d5 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -327,14 +327,6 @@ class GDataFileSystemInterface {
const std::string& resource_id,
const GetFileCallback& callback) = 0;
- // Gets a file pointed by |gdata_file_path| from the cache.
- // Upon completion, |callback| is invoked on the same thread where this method
- // was called, with path if it exists and is accessible or empty FilePath
- // otherwise.
- virtual void GetFileFromCacheByPath(
- const FilePath& gdata_file_path,
- const GetFileFromCacheCallback& callback) = 0;
-
// Obtains the list of currently active operations.
virtual std::vector<GDataOperationRegistry::ProgressStatus>
GetProgressStatusList() = 0;
@@ -452,9 +444,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
virtual void GetFileByResourceId(
const std::string& resource_id,
const GetFileCallback& callback) OVERRIDE;
- virtual void GetFileFromCacheByPath(
- const FilePath& gdata_file_path,
- const GetFileFromCacheCallback& callback) OVERRIDE;
virtual std::vector<GDataOperationRegistry::ProgressStatus>
GetProgressStatusList() OVERRIDE;
virtual bool CancelOperation(const FilePath& file_path) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698