| 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_;
|
|
|