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