| Index: content/public/test/mock_download_item.h
|
| diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
|
| index ee25d5ef225603e091e2dfb5d033c3d302a3d081..38ba0bb15e197a54a52a74674b9c6f11cbaaf24e 100644
|
| --- a/content/public/test/mock_download_item.h
|
| +++ b/content/public/test/mock_download_item.h
|
| @@ -46,13 +46,7 @@ class MockDownloadItem : public content::DownloadItem {
|
| MOCK_CONST_METHOD0(GetFullPath, const FilePath&());
|
| MOCK_CONST_METHOD0(GetTargetFilePath, const FilePath&());
|
| MOCK_CONST_METHOD0(GetTargetDisposition, TargetDisposition());
|
| - MOCK_METHOD3(OnTargetPathDetermined, void(const FilePath&,
|
| - TargetDisposition,
|
| - content::DownloadDangerType));
|
| - MOCK_METHOD1(OnTargetPathSelected, void(const FilePath&));
|
| MOCK_METHOD1(OnContentCheckCompleted, void(content::DownloadDangerType));
|
| - MOCK_METHOD2(OnIntermediatePathDetermined, void(DownloadFileManager*,
|
| - const FilePath&));
|
| MOCK_CONST_METHOD0(GetState, DownloadState());
|
| MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
|
| MOCK_CONST_METHOD0(GetURL, const GURL&());
|
|
|