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

Unified Diff: content/test/mock_download_manager.h

Issue 9296012: Hooked up NetLog to DownloadItem, DownloadFile, and FileStream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with trunk Created 8 years, 10 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/shell/shell_browser_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_download_manager.h
diff --git a/content/test/mock_download_manager.h b/content/test/mock_download_manager.h
index be946b57eb65a8ae0497b24fdac5b8d58c86e602..d5ca6d09645eefbf541f8613af0c45e6248c0253 100644
--- a/content/test/mock_download_manager.h
+++ b/content/test/mock_download_manager.h
@@ -67,7 +67,7 @@ class MockDownloadManager : public content::DownloadManager {
MOCK_CONST_METHOD0(InProgressCount, int());
MOCK_CONST_METHOD0(GetBrowserContext, content::BrowserContext*());
MOCK_METHOD0(LastDownloadPath, FilePath());
- MOCK_METHOD2(CreateDownloadItem, void(
+ MOCK_METHOD2(CreateDownloadItem, net::BoundNetLog(
DownloadCreateInfo* info,
const DownloadRequestHandle& request_handle));
MOCK_METHOD4(CreateSavePackageDownloadItem, content::DownloadItem*(
« no previous file with comments | « content/shell/shell_browser_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698