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