| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 2f3ecfae95ffdcf8e196491fdea607d5d91bca18..4c03a3b2a4da2b14f3943a8eedbf5ee4c6e3726f 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -555,10 +555,6 @@ quota::QuotaManager* TestingProfile::GetQuotaManager() {
|
| return quota_manager_.get();
|
| }
|
|
|
| -BrowserSignin* TestingProfile::GetBrowserSignin() {
|
| - return NULL;
|
| -}
|
| -
|
| bool TestingProfile::HasCreatedDownloadManager() const {
|
| return false;
|
| }
|
|
|