| Index: content/shell/test_runner/app_banner_service.h
|
| diff --git a/content/shell/test_runner/app_banner_service.h b/content/shell/test_runner/app_banner_service.h
|
| index 31a31133ac2f55869e3b829e3148f4aa5acbadd0..9e040d79e5fd2eb9e62dd775d4eb3ff8b4f2e50a 100644
|
| --- a/content/shell/test_runner/app_banner_service.h
|
| +++ b/content/shell/test_runner/app_banner_service.h
|
| @@ -30,7 +30,7 @@ class TEST_RUNNER_EXPORT AppBannerService
|
| const base::Callback<void(bool)>& callback);
|
|
|
| // blink::mojom::AppBannerService overrides.
|
| - void DisplayAppBanner() override;
|
| + void DisplayAppBanner(bool user_gesture) override;
|
|
|
| private:
|
| void OnBannerPromptReply(const base::Callback<void(bool)>& callback,
|
|
|