| Index: chrome/browser/google_apis/fake_drive_service.h
|
| diff --git a/chrome/browser/google_apis/fake_drive_service.h b/chrome/browser/google_apis/fake_drive_service.h
|
| index 66f2595c25e50ddd5af2f22642fa04762b14ca47..acfda38d2b4324210f30b15f50a52d4d0c3fc9b4 100644
|
| --- a/chrome/browser/google_apis/fake_drive_service.h
|
| +++ b/chrome/browser/google_apis/fake_drive_service.h
|
| @@ -142,6 +142,10 @@ class FakeDriveService : public DriveServiceInterface {
|
| // not found.
|
| base::DictionaryValue* FindEntryByContentUrl(const GURL& content_url);
|
|
|
| + // Returns a pointer to the entry that matches |upload_url|, or NULL if
|
| + // not found.
|
| + base::DictionaryValue* FindEntryByUploadUrl(const GURL& upload_url);
|
| +
|
| // Returns a new resource ID, which looks like "resource_id_<num>" where
|
| // <num> is a monotonically increasing number starting from 1.
|
| std::string GetNewResourceId();
|
|
|