| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index df45efbda7d3a0c3c5036149729e8fe3c2420b40..d03f50e10dd3ee8b2f173c02f8958fa1cb258797 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -179,6 +179,9 @@ class ProfileImpl : public Profile,
|
|
|
| SpellCheckProfile* GetSpellCheckProfile();
|
|
|
| + virtual void SetDownloadManagerDelegate(
|
| + ChromeDownloadManagerDelegate* delegate);
|
| +
|
| NotificationRegistrar registrar_;
|
| PrefChangeRegistrar pref_change_registrar_;
|
|
|
|
|