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

Unified Diff: chrome/browser/chromeos/drive/mock_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/mock_drive_file_system.h
===================================================================
--- chrome/browser/chromeos/drive/mock_drive_file_system.h (revision 177026)
+++ chrome/browser/chromeos/drive/mock_drive_file_system.h (working copy)
@@ -97,7 +97,8 @@
const FilePath& file_content_path,
const FileOperationCallback& callback) OVERRIDE {
}
- MOCK_CONST_METHOD0(GetMetadata, DriveFileSystemMetadata());
+ MOCK_METHOD1(GetMetadata,
+ void(const GetFilesystemMetadataCallback& callback));
MOCK_METHOD0(Reload, void());
};

Powered by Google App Engine
This is Rietveld 408576698