From 013e78129818a9c2ccdae2a8d2a953357979f449 Mon Sep 17 00:00:00 2001 From: "satorux@chromium.org" Date: Sat, 21 Jul 2012 06:14:50 +0000 Subject: [PATCH] gdata: Update comment at GDataFileSystemInterface::Remove() is_recursive is not yet supported. BUG=138282 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10810041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147785 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/gdata/gdata_file_system.cc | 2 +- chrome/browser/chromeos/gdata/gdata_file_system_interface.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.cc b/chrome/browser/chromeos/gdata/gdata_file_system.cc index 3b4e60e27ebdba..f246808119a5c6 100644 --- a/chrome/browser/chromeos/gdata/gdata_file_system.cc +++ b/chrome/browser/chromeos/gdata/gdata_file_system.cc @@ -1677,7 +1677,7 @@ void GDataFileSystem::RemoveOnUIThread( void GDataFileSystem::RemoveOnUIThreadAfterGetEntryInfo( const FilePath& file_path, - bool is_recursive, + bool /* is_recursive */, const FileOperationCallback& callback, GDataFileError error, scoped_ptr entry_proto) { diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h index 68ab2461df4fa0..f7012b2b914c9b 100644 --- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h +++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h @@ -224,8 +224,7 @@ class GDataFileSystemInterface { // needs to be present in in-memory representation of the file system that // in order to be removed. // - // TODO(zelidrag): Wire |is_recursive| through gdata api - // (find appropriate calls for it). + // TODO(satorux): is_recursive is not supported yet. crbug.com/138282 // // Can be called from UI/IO thread. |callback| is run on the calling thread. virtual void Remove(const FilePath& file_path,