Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6557)

Unified Diff: chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm

Issue 16018005: Use DownloadItem::GetState() in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stopping complete_animation_ when download is cancelled Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
diff --git a/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm b/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
index 7ebf129328302dd0f261812cd734ec16e32f2e8d..b68f36f740f84cd545778375bf9f6e61e682839b 100644
--- a/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
+++ b/chrome/browser/ui/cocoa/download/download_item_cell_unittest.mm
@@ -56,7 +56,6 @@ TEST_F(DownloadItemCellTest, ToggleStatusText) {
TEST_F(DownloadItemCellTest, IndeterminateProgress) {
testing::NiceMock<content::MockDownloadItem> item;
- ON_CALL(item, IsInProgress()).WillByDefault(Return(true));
ON_CALL(item, IsPaused()).WillByDefault(Return(false));
ON_CALL(item, PercentComplete()).WillByDefault(Return(-1));
ON_CALL(item, GetState())
« no previous file with comments | « chrome/browser/chromeos/drive/download_handler.cc ('k') | chrome/browser/ui/cocoa/download/download_item_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698