| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 5057da5b0f0ee075fd5ce1fc16b6dbc549de1c49..5bae730ebd44916f939e4e8bc52de6bf5607c224 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -294,6 +294,9 @@ class TestingProfile : public Profile {
|
| TestingPrefService* testing_prefs_;
|
|
|
| private:
|
| + virtual void SetDownloadManagerDelegate(
|
| + ChromeDownloadManagerDelegate* delegate);
|
| +
|
| // Common initialization between the two constructors.
|
| void Init();
|
|
|
|
|