summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/mock_drive_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+2
* Implement DownloadFile operation on Drive API v2.hidehiko@chromium.org2013-02-061-1/+1
* Add managing etag fields on delete operation.peria@chromium.org2013-02-041-1/+2
* Use resource id for AddResourceToDirectory operations instead of edit_url.hidehiko@chromium.org2013-01-311-1/+1
* Remove DownloadHostedDocument from DriveServiceInterface, which is not used.hidehiko@chromium.org2013-01-301-14/+0
* Use resource id for RenameResource operations instead of edit_url.hidehiko@chromium.org2013-01-301-1/+1
* Use resource id for DeleteResource operations instead of edit_url.hidehiko@chromium.org2013-01-301-1/+1
* Replace parent_content_url in DriveServiceInterface with parent_resource_id.hidehiko@chromium.org2013-01-251-3/+3
* Replace FilePath::StringType in API operations with std::string.hidehiko@chromium.org2013-01-211-3/+3
* drive: Make DriveServiceInterface::AddNewDirectory() return ResourceEntry ins...haruki@chromium.org2012-12-141-2/+4
* google_apis: DriveServiceInterface::CopyHostedDocument() returns ResourceEntrysatorux@chromium.org2012-12-131-4/+6
* google_apis:: DriveServiceInterface::GetAccountMetadata() returns AccountMeta...satorux@chromium.org2012-12-131-3/+5
* google_apis: DriveServiceInterface::GetResourceList() returns ResourceListsatorux@chromium.org2012-12-121-3/+8
* clean-up: Purge ambiguous uses of the term "Document".kinaba@chromium.org2012-12-101-15/+16
* google_apis: Remove resource_url from RemoveResourceFromDirectorysatorux@chromium.org2012-11-301-2/+1
* google_apis: Move AuthOperation to auth_service.ccsatorux@chromium.org2012-11-301-7/+0
* google_apis: Remove an unused parameter from DownloadActionCallbacksatorux@chromium.org2012-11-281-3/+2
* google_apis: Remove an unused parameter from EntryActionCallbacksatorux@chromium.org2012-11-271-4/+4
* google_apis: Remove an unused function DriveService::Authenticate()satorux@chromium.org2012-11-221-2/+0
* drive: Add "shared_with_me" to the parameters of GetDocument method in GDataW...haruki@chromium.org2012-11-161-1/+2
* gooele_apis: Rename gdata_test_util.* to test_util.*satorux@chromium.org2012-11-151-2/+2
* Rename DriveServiceInterface::CreateDirectory to AddNewDirectory to avoid hit...tzik@chromium.org2012-11-021-1/+1
* Move MockDriveService from chromeos/drive to google_apis/ to use it in non-Ch...tzik@chromium.org2012-10-301-0/+187