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

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

Issue 118993002: drive: Move FileSystem::LoadDirectoryIfNeeded to ChangeListLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix Created 7 years 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_interface.h
diff --git a/chrome/browser/chromeos/drive/file_system_interface.h b/chrome/browser/chromeos/drive/file_system_interface.h
index a5f03cc68dd0ecd665f9daec61eae9b37d034cce..14f4af0f8daa9be0f57de8f72f0a787eff15cb07 100644
--- a/chrome/browser/chromeos/drive/file_system_interface.h
+++ b/chrome/browser/chromeos/drive/file_system_interface.h
@@ -428,8 +428,8 @@ class FileSystemInterface {
virtual void GetCacheEntry(const base::FilePath& drive_file_path,
const GetCacheEntryCallback& callback) = 0;
- // Reloads the resource metadata from the server.
- virtual void Reload(const FileOperationCallback& callback) = 0;
+ // Resets local data.
+ virtual void Reset(const FileOperationCallback& callback) = 0;
};
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698