| Index: components/html_viewer/web_test_delegate_impl.h
|
| diff --git a/components/html_viewer/web_test_delegate_impl.h b/components/html_viewer/web_test_delegate_impl.h
|
| index cae5649f963485b5eff9014cc45a3414807c6d06..30071898b61b875a85842809b7ec889c935c5d6f 100644
|
| --- a/components/html_viewer/web_test_delegate_impl.h
|
| +++ b/components/html_viewer/web_test_delegate_impl.h
|
| @@ -72,6 +72,8 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate {
|
| void SetDatabaseQuota(int quota) override;
|
| void SimulateWebNotificationClick(const std::string& title,
|
| int action_index) override;
|
| + void SimulateWebNotificationClose(const std::string& title,
|
| + bool by_user) override;
|
| void SetDeviceScaleFactor(float factor) override;
|
| void EnableUseZoomForDSF() override;
|
| void SetDeviceColorProfile(const std::string& name) override;
|
|
|