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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.h

Issue 7859001: Added ability to set ChromeDownloadManagerDelegate for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to TOT. Again. Created 9 years, 3 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/profiles/off_the_record_profile_impl.h
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
index fbef5abd92f40b6f388f474e502cfa467e8dabd7..f37e6b21fddb4db197a4c5eaa5140e1f770a1ecf 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.h
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h
@@ -137,6 +137,9 @@ class OffTheRecordProfileImpl : public Profile,
const NotificationDetails& details) OVERRIDE;
private:
+ virtual void SetDownloadManagerDelegate(
+ ChromeDownloadManagerDelegate* delegate) OVERRIDE;
+
void CreateQuotaManagerAndClients();
NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/download/download_browsertest.cc ('k') | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698