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 96fe61accf07c135f910764fba42cd64ff7ed30e..023b5325369d8f1398bf6536f25a1eb3214bd3e8 100644 |
--- a/components/html_viewer/web_test_delegate_impl.h |
+++ b/components/html_viewer/web_test_delegate_impl.h |
@@ -65,7 +65,8 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate { |
void EvaluateInWebInspector(long call_id, const std::string& script) override; |
void ClearAllDatabases() override; |
void SetDatabaseQuota(int quota) override; |
- void SimulateWebNotificationClick(const std::string& title) override; |
+ void SimulateWebNotificationClick(const std::string& title, |
+ int action_index) override; |
void SetDeviceScaleFactor(float factor) override; |
void SetDeviceColorProfile(const std::string& name) override; |
void SetBluetoothMockDataSet(const std::string& data_set) override; |