| Index: content/public/test/mock_download_manager.h
|
| diff --git a/content/public/test/mock_download_manager.h b/content/public/test/mock_download_manager.h
|
| index 1ccc70d9d3608811038ebc7d4bf3b664797e3b0a..307a84dcf58248dd9aed950aba5204a076a8260c 100644
|
| --- a/content/public/test/mock_download_manager.h
|
| +++ b/content/public/test/mock_download_manager.h
|
| @@ -36,6 +36,7 @@ class MockDownloadManager : public DownloadManager {
|
| base::FilePath target_path;
|
| std::vector<GURL> url_chain;
|
| GURL referrer_url;
|
| + GURL site_url;
|
| GURL tab_url;
|
| GURL tab_referrer_url;
|
| std::string mime_type;
|
| @@ -58,6 +59,7 @@ class MockDownloadManager : public DownloadManager {
|
| const base::FilePath& target_path,
|
| const std::vector<GURL>& url_chain,
|
| const GURL& referrer_url,
|
| + const GURL& site_url,
|
| const GURL& tab_url,
|
| const GURL& tab_refererr_url,
|
| const std::string& mime_type,
|
| @@ -117,6 +119,7 @@ class MockDownloadManager : public DownloadManager {
|
| const base::FilePath& target_path,
|
| const std::vector<GURL>& url_chain,
|
| const GURL& referrer_url,
|
| + const GURL& site_url,
|
| const GURL& tab_url,
|
| const GURL& tab_refererr_url,
|
| const std::string& mime_type,
|
|
|