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

Unified Diff: chrome/browser/download/chrome_download_manager_delegate.h

Issue 10069014: Save Page As MHTML (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -osall, extract_actions.py Created 8 years, 8 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/chrome_download_manager_delegate.h
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
index e5ee17dffb732aa0f92b0d3a75591949954ce948..76346925c7a879f90fbe67dd55fab5ffefd12362 100644
--- a/chrome/browser/download/chrome_download_manager_delegate.h
+++ b/chrome/browser/download/chrome_download_manager_delegate.h
@@ -83,11 +83,15 @@ class ChromeDownloadManagerDelegate
const FilePath& suggested_path,
const FilePath::StringType& default_extension,
bool can_save_as_complete,
- content::SaveFilePathPickedCallback callback) OVERRIDE;
+ const content::SaveFilePathPickedCallback& callback) OVERRIDE;
DownloadPrefs* download_prefs() { return download_prefs_.get(); }
DownloadHistory* download_history() { return download_history_.get(); }
+#if defined(ENABLE_SAFE_BROWSING)
+ static void DisableSafeBrowsing(content::DownloadItem* item);
+#endif
Randy Smith (Not in Mondays) 2012/04/27 18:24:04 It looks like CDMD has to date only used ifdefs to
benjhayden 2012/04/30 13:37:19 Done.
+
protected:
// So that test classes can inherit from this for override purposes.
virtual ~ChromeDownloadManagerDelegate();

Powered by Google App Engine
This is Rietveld 408576698