Index: chrome/browser/safe_browsing/download_protection_service.h |
=================================================================== |
--- chrome/browser/safe_browsing/download_protection_service.h (revision 138377) |
+++ chrome/browser/safe_browsing/download_protection_service.h (working copy) |
@@ -24,6 +24,7 @@ |
namespace content { |
class DownloadItem; |
+class PageNavigator; |
} |
namespace net { |
@@ -98,7 +99,8 @@ |
// Display more information to the user regarding the download specified by |
// |info|. This method is invoked when the user requests more information |
// about a download that was marked as malicious. |
- void ShowDetailsForDownload(const DownloadInfo& info); |
+ void ShowDetailsForDownload(const DownloadInfo& info, |
+ content::PageNavigator* navigator); |
// Enables or disables the service. This is usually called by the |
// SafeBrowsingService, which tracks whether any profile uses these services |