| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index a56d1ef24cadad15a6dc3e1d21335f06c0fbf474..c30be70ae0d4777f23b357e411179aab7559f976 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -198,3 +198,8 @@ void FakeProfile::SetExitType(ExitType exit_type) {
|
| Profile::ExitType FakeProfile::GetLastSessionExitType() {
|
| return EXIT_NORMAL;
|
| }
|
| +
|
| +content::WakeLockPermissionContext*
|
| +FakeProfile::GetWakeLockPermissionContext() {
|
| + return NULL;
|
| +}
|
|
|