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

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

Issue 11106009: drive: Add the local largest changestamp to chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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_interface.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h
index 1f26b3747b1af459d9841a14f6ac631b46cc09db..e6c8d3338d4598fa48c90db685f39328285df790 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_interface.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h
@@ -21,6 +21,7 @@ namespace drive {
class DriveEntryProto;
class DriveFileSystemObserver;
+class DriveResourceMetadata;
typedef std::vector<DriveEntryProto> DriveEntryProtoVector;
@@ -346,6 +347,9 @@ class DriveFileSystemInterface {
scoped_ptr<gdata::DocumentEntry> entry,
const FilePath& file_content_path,
const base::Closure& callback) = 0;
+
+ // Returns the resource metadata associated with the file system.
+ virtual DriveResourceMetadata* GetResourceMetadata() = 0;
};
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698