| Index: content/test/mock_download_manager.h
|
| diff --git a/content/test/mock_download_manager.h b/content/test/mock_download_manager.h
|
| index 5b074ee805eb74ea50b9f8cd8221d33e2adb7256..b3a8136384c11937fe4e29c1b5327e328cefb564 100644
|
| --- a/content/test/mock_download_manager.h
|
| +++ b/content/test/mock_download_manager.h
|
| @@ -52,15 +52,7 @@ class MockDownloadManager : public content::DownloadManager {
|
| base::Time remove_end));
|
| MOCK_METHOD1(RemoveDownloads, int(base::Time remove_begin));
|
| MOCK_METHOD0(RemoveAllDownloads, int());
|
| - MOCK_METHOD8(DownloadUrl,
|
| - void(const GURL& url,
|
| - const GURL& referrer,
|
| - const std::string& referrer_encoding,
|
| - bool prefer_cache,
|
| - int64 post_id,
|
| - const DownloadSaveInfo& save_info,
|
| - content::WebContents* web_contents,
|
| - const DownloadManager::OnStartedCallback& callback));
|
| + MOCK_METHOD1(DownloadUrl, void(DownloadUrlParameters*));
|
| MOCK_METHOD1(AddObserver, void(Observer* observer));
|
| MOCK_METHOD1(RemoveObserver, void(Observer* observer));
|
| MOCK_METHOD1(OnPersistentStoreQueryComplete, void(
|
|
|