| Index: content/shell/test_runner/app_banner_service.cc
|
| diff --git a/content/shell/test_runner/app_banner_service.cc b/content/shell/test_runner/app_banner_service.cc
|
| index f912715375b550f197af5b5f916a8d8e4e43a9fa..2437435a5fdea054227aa7875ea31e01740f8c0d 100644
|
| --- a/content/shell/test_runner/app_banner_service.cc
|
| +++ b/content/shell/test_runner/app_banner_service.cc
|
| @@ -33,7 +33,7 @@ void AppBannerService::SendBannerPromptRequest(
|
| base::Unretained(this), callback));
|
| }
|
|
|
| -void AppBannerService::DisplayAppBanner() { /* do nothing */
|
| +void AppBannerService::DisplayAppBanner(bool user_gesture) { /* do nothing */
|
| }
|
|
|
| void AppBannerService::OnBannerPromptReply(
|
|
|