Chromium Code Reviews| Index: content/browser/download/mock_download_file.h |
| diff --git a/content/browser/download/mock_download_file.h b/content/browser/download/mock_download_file.h |
| index 74dc75c7c2d016718ef6c10f1cb74d48daa09622..f6c4c5968b1e80fbd8875270ad3a24a8f9907f01 100644 |
| --- a/content/browser/download/mock_download_file.h |
| +++ b/content/browser/download/mock_download_file.h |
| @@ -48,6 +48,8 @@ class MockDownloadFile : virtual public DownloadFile { |
| MOCK_CONST_METHOD0(Id, int()); |
| MOCK_METHOD0(GetDownloadManager, DownloadManager*()); |
| MOCK_CONST_METHOD0(DebugString, std::string()); |
| + |
| + virtual void SetClientGuid(const std::string& guid) OVERRIDE {} |
|
jam
2013/08/07 22:44:43
why not use mock macros like all the above methods
Greg Billock
2013/08/08 20:07:46
Filled this out now -- I'm saving this for the tes
|
| }; |
| } // namespace content |