| 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 83ab8d812b18babbb686a69333b5a5b883ee2ed1..4b193d16a8cf2052491b88e20561ea018bab7464 100644
|
| --- a/content/public/test/mock_download_item.h
|
| +++ b/content/public/test/mock_download_item.h
|
| @@ -57,6 +57,7 @@ class MockDownloadItem : public DownloadItem {
|
| MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
|
| MOCK_CONST_METHOD0(GetOriginalUrl, const GURL&());
|
| MOCK_CONST_METHOD0(GetReferrerUrl, const GURL&());
|
| + MOCK_CONST_METHOD0(GetSiteInstanceUrl, const GURL&());
|
| MOCK_CONST_METHOD0(GetTabUrl, const GURL&());
|
| MOCK_CONST_METHOD0(GetTabReferrerUrl, const GURL&());
|
| MOCK_CONST_METHOD0(GetSuggestedFilename, std::string());
|
|
|