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

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

Issue 16628003: drive: Remove FileCacheObserver::OnCacheCommitted (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/chromeos/drive/file_system.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index d980ee318c1829321c0a869ccf56856dbd4e7afd..c976c1f68a4569a27646d897f7d8bdb0647c9b58 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -163,6 +163,8 @@ class FileSystem : public FileSystemInterface,
// file_system::OperationObserver overrides.
virtual void OnDirectoryChangedByOperation(
const base::FilePath& directory_path) OVERRIDE;
+ virtual void OnCacheFileUploadNeededByOperation(
+ const std::string& resource_id) OVERRIDE;
// ChangeListLoader::Observer overrides.
// Used to propagate events from ChangeListLoader.
@@ -177,7 +179,7 @@ class FileSystem : public FileSystemInterface,
}
private:
- friend class DriveFileSystemTest;
+ friend class FileSystemTest;
kinaba 2013/06/11 07:08:37 Good catch. Do we need this friend declaration at
hashimoto 2013/06/11 07:37:57 Sounds good, done. Maybe we should make a patch to
// Used to implement Reload().
void ReloadAfterReset(FileError error);
@@ -239,9 +241,6 @@ class FileSystem : public FileSystemInterface,
const FileOperationCallback& callback,
FileError error,
scoped_ptr<ResourceEntry> entry);
- void CloseFileFinalize(const base::FilePath& file_path,
- const FileOperationCallback& callback,
- FileError result);
// Callback for handling about resource fetch.
void OnGetAboutResource(

Powered by Google App Engine
This is Rietveld 408576698