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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.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: address comments 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.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system.h b/chrome/browser/chromeos/drive/drive_file_system.h
index 60eb78dcbc64a385ccae2c48d37f892f31e005cf..18cfc7f00db05e70e1205fbaf9f3ec32bf2f0c69 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.h
+++ b/chrome/browser/chromeos/drive/drive_file_system.h
@@ -138,6 +138,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
scoped_ptr<gdata::DocumentEntry> entry,
const FilePath& file_content_path,
const base::Closure& callback) OVERRIDE;
+ virtual DriveFileSystemMetadata GetMetadata() const OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,
@@ -154,8 +155,6 @@ class DriveFileSystem : public DriveFileSystemInterface,
virtual void OnDocumentFeedFetched(int num_accumulated_entries) OVERRIDE;
virtual void OnFeedFromServerLoaded() OVERRIDE;
- DriveResourceMetadata* ResourceMetadata() { return resource_metadata_.get(); }
-
// Used in tests to load the root feed from the cache.
void LoadRootFeedFromCacheForTesting();
« no previous file with comments | « no previous file | chrome/browser/chromeos/drive/drive_file_system.cc » ('j') | chrome/browser/chromeos/drive/drive_file_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698