| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 1df9a912dea6bc0c73768b2cd2690cb9b8d2f7f1..04c63ab38b677afdc32f8e95fdb35441e0ca780d 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -838,10 +838,6 @@ content::BrowserPluginGuestManager* TestingProfile::GetGuestManager() {
|
| #endif
|
| }
|
|
|
| -content::PushMessagingService* TestingProfile::GetPushMessagingService() {
|
| - return NULL;
|
| -}
|
| -
|
| bool TestingProfile::IsSameProfile(Profile *p) {
|
| return this == p;
|
| }
|
|
|