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

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

Issue 11876002: Make largest_changestamp setter/getter asynchronous. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase + comment Created 7 years, 11 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/drive_file_system.h
===================================================================
--- chrome/browser/chromeos/drive/drive_file_system.h (revision 177026)
+++ chrome/browser/chromeos/drive/drive_file_system.h (working copy)
@@ -134,7 +134,8 @@
scoped_ptr<google_apis::ResourceEntry> doc_entry,
const FilePath& file_content_path,
const FileOperationCallback& callback) OVERRIDE;
- virtual DriveFileSystemMetadata GetMetadata() const OVERRIDE;
+ virtual void GetMetadata(
+ const GetFilesystemMetadataCallback& callback) OVERRIDE;
virtual void Reload() OVERRIDE;
// file_system::OperationObserver overrides.
« no previous file with comments | « chrome/browser/chromeos/drive/drive_feed_processor.cc ('k') | chrome/browser/chromeos/drive/drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698