| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 0a4301b1ee2f1a1e6416ec4886af1aed9e4d220d..d268b8792f5d8b9f37fb086e1b7186ae1c72c973 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -501,10 +501,6 @@ Profile* TestingProfile::GetOffTheRecordProfile() {
|
| return incognito_profile_.get();
|
| }
|
|
|
| -GAIAInfoUpdateService* TestingProfile::GetGAIAInfoUpdateService() {
|
| - return NULL;
|
| -}
|
| -
|
| bool TestingProfile::HasOffTheRecordProfile() {
|
| return incognito_profile_.get() != NULL;
|
| }
|
|
|