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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.h

Issue 10823226: Get AboutResource as account metadata for Drive V2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata.proto ('k') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index ca10eaaacd624618e8545706a3b4a24331100b7b..adecaaf18cfba1af5af0a72c745e4f979f254131 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -141,8 +141,8 @@ class GDataFileSystem : public GDataFileSystemInterface,
// See also the comment at GDataWapiFeedLoader::UpdateFromFeed().
GDataFileError UpdateFromFeedForTesting(
const std::vector<DocumentFeed*>& feed_list,
- int start_changestamp,
- int root_feed_changestamp);
+ int64 start_changestamp,
+ int64 root_feed_changestamp);
private:
friend class GDataFileSystemTest;
@@ -431,6 +431,12 @@ class GDataFileSystem : public GDataFileSystemInterface,
GDataErrorCode status,
scoped_ptr<base::Value> data);
+ // Callback for handling Drive V2 about resource fetch.
+ void OnGetAboutResource(
+ const GetAvailableSpaceCallback& callback,
+ GDataErrorCode status,
+ scoped_ptr<base::Value> data);
+
// Callback for handling document remove attempt.
void OnRemovedDocument(
const FileOperationCallback& callback,
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata.proto ('k') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698