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

Unified Diff: content/public/browser/download_manager.h

Issue 12047039: download: Remove DownloadManager::MockDownloadOpenForTesting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and comment fix 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
« no previous file with comments | « content/browser/download/download_manager_impl.cc ('k') | content/public/test/mock_download_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_manager.h
diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
index e7b03ded7dd17d8d1f647cc0f49b8e6cb52132ed..c00fdd856259588f3c21bc7b83cb458c86182619 100644
--- a/content/public/browser/download_manager.h
+++ b/content/public/browser/download_manager.h
@@ -170,9 +170,6 @@ class CONTENT_EXPORT DownloadManager
// it is or state it's in.
virtual DownloadItem* GetDownload(int id) = 0;
- // Prohibits OpenDownload() from actually opening downloads for testing.
- virtual void MockDownloadOpenForTesting() = 0;
-
protected:
virtual ~DownloadManager() {}
« no previous file with comments | « content/browser/download/download_manager_impl.cc ('k') | content/public/test/mock_download_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698