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

Unified Diff: chrome/browser/download/download_test_file_chooser_observer.cc

Issue 12047039: download: Remove DownloadManager::MockDownloadOpenForTesting (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: chrome/browser/download/download_test_file_chooser_observer.cc
diff --git a/chrome/browser/download/download_test_file_chooser_observer.cc b/chrome/browser/download/download_test_file_chooser_observer.cc
index 3a0ddf29dbdb91bd45eb4a166192aa40267f2e17..919e19b58f52772b46ace5f5a1a87b55544344a0 100644
--- a/chrome/browser/download/download_test_file_chooser_observer.cc
+++ b/chrome/browser/download/download_test_file_chooser_observer.cc
@@ -50,6 +50,8 @@ class MockFileChooserDownloadManagerDelegate
(file_chooser_enabled_ ? suggested_path : FilePath())));
}
+ virtual void OpenDownload(content::DownloadItem* item) OVERRIDE {}
Randy Smith (Not in Mondays) 2013/01/23 21:23:34 Is this class being used in DownloadTest.AutoOpen?
hashimoto 2013/01/24 05:52:31 Both DownloadTest.AutoOpen and DownloadExtensionTe
+
private:
virtual ~MockFileChooserDownloadManagerDelegate() {}
@@ -77,4 +79,3 @@ void DownloadTestFileChooserObserver::EnableFileChooser(bool enable) {
bool DownloadTestFileChooserObserver::TestAndResetDidShowFileChooser() {
return test_delegate_->TestAndResetDidShowFileChooser();
}
-
« no previous file with comments | « chrome/browser/download/download_browsertest.cc ('k') | chrome/browser/extensions/api/downloads/downloads_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698