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

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

Issue 12588009: drive: Pass through AboutResouce from server among callbacks in ChangeListLoader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary member, change LoadChangeFeed to receive the root resource ID. Created 7 years, 9 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_test_util.h
diff --git a/chrome/browser/chromeos/drive/drive_test_util.h b/chrome/browser/chromeos/drive/drive_test_util.h
index 03fb3d93124f67a5e37525b77f83e49dca814200..12102ea62f13c36de6ae6cf67c99f4b7eb83c965 100644
--- a/chrome/browser/chromeos/drive/drive_test_util.h
+++ b/chrome/browser/chromeos/drive/drive_test_util.h
@@ -167,6 +167,7 @@ void CopyResultsFromCloseFileCallbackAndQuit(DriveFileError* out_error,
bool LoadChangeFeed(const std::string& relative_path,
ChangeListLoader* change_list_loader,
bool is_delta_feed,
+ std::string toor_resource_id,
hidehiko 2013/03/18 07:09:50 s/toor/root/ ?
Haruki Sato 2013/03/18 07:31:17 Done. qwerty magic!
int64 root_feed_changestamp);
// DriveCache has private destructor, so it is impossible to delete the

Powered by Google App Engine
This is Rietveld 408576698