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, |