Index: chrome/browser/download/download_ui_controller_unittest.cc |
diff --git a/chrome/browser/download/download_ui_controller_unittest.cc b/chrome/browser/download/download_ui_controller_unittest.cc |
index 1b5036a4e5455be94a214450e062c8bf652da890..84f7138bebbf00eb123b0b0e316b7f2fed2f1e9e 100644 |
--- a/chrome/browser/download/download_ui_controller_unittest.cc |
+++ b/chrome/browser/download/download_ui_controller_unittest.cc |
@@ -243,6 +243,7 @@ DownloadUIControllerTest::CreateMockInProgressDownload() { |
Return(content::DownloadItem::TARGET_DISPOSITION_OVERWRITE)); |
EXPECT_CALL(*item, GetOpened()).WillRepeatedly(Return(false)); |
EXPECT_CALL(*item, GetLastAccessTime()).WillRepeatedly(Return(base::Time())); |
+ EXPECT_CALL(*item, IsTransient()).WillRepeatedly(Return(false)); |
EXPECT_CALL(*item, GetMimeType()).WillRepeatedly(Return(std::string())); |
EXPECT_CALL(*item, GetURL()).WillRepeatedly(ReturnRefOfCopy(GURL())); |
EXPECT_CALL(*item, GetWebContents()).WillRepeatedly(Return(nullptr)); |