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; |