| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 97e4d19238d2d35f2ca72742f6e96adb5edcf8af..6643df0745c1dd48f687c866105cacd3f57244c4 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -220,6 +220,8 @@ class TestingProfile : public Profile {
|
| virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
|
|
| virtual TestingProfile* AsTestingProfile() OVERRIDE;
|
| + virtual content::WakeLockPermissionContext*
|
| + GetWakeLockPermissionContext() OVERRIDE;
|
|
|
| // Profile
|
| virtual std::string GetProfileName() OVERRIDE;
|
|
|