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

Unified Diff: content/public/test/mock_download_manager.h

Issue 11941015: Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 7 years, 11 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: 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 82c2858fa5675562b318107df182b61bce1c045b..ef47a3f3d0efcc45dfb0bc929f25cfa28e0fb3a3 100644
--- a/content/public/test/mock_download_manager.h
+++ b/content/public/test/mock_download_manager.h
@@ -68,6 +68,7 @@ class MockDownloadManager : public DownloadManager {
MOCK_METHOD1(SavePageDownloadFinished, void(DownloadItem* download));
MOCK_METHOD1(GetActiveDownloadItem, DownloadItem*(int id));
MOCK_METHOD1(GetActiveDownload, DownloadItem*(int32 download_id));
+ MOCK_METHOD0(MockDownloadOpenForTesting, void());
protected:
virtual ~MockDownloadManager();
« chrome/browser/download/download_browsertest.cc ('K') | « content/public/test/mock_download_item.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698