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

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

Issue 15843006: Random clean up in c/b/cros/drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/resource_metadata.h
diff --git a/chrome/browser/chromeos/drive/resource_metadata.h b/chrome/browser/chromeos/drive/resource_metadata.h
index 55a0fe1e16fb830793470dd89a6546f1c21f4b39..4a4dbe55fe951440a038844c3871f430b81f1111 100644
--- a/chrome/browser/chromeos/drive/resource_metadata.h
+++ b/chrome/browser/chromeos/drive/resource_metadata.h
@@ -256,11 +256,6 @@ class ResourceMetadata {
// |entry_map|. The changestamp of the directory will be updated per
// |directory_fetch_info|. |callback| is called with the directory path.
// |callback| must not be null.
- //
- // TODO(satorux): For "fast fetch" crbug.com/178348, this function should
- // be able to update child directories too. The existing directories should
- // remain as-is, but the new directories should be added with changestamp
- // set to zero, which will be fast fetched.
// Must be called on the UI thread.
void RefreshDirectoryOnUIThread(
const DirectoryFetchInfo& directory_fetch_info,
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_unittest.cc ('k') | chrome/browser/chromeos/drive/webkit_file_stream_reader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698